Tagged Questions
0
votes
1answer
126 views
Query with data from subform and sum
I have three tables:
Products(ID,Name,Price) /
Customer(ID, Name, Surname)
Buys(ID, ID_customer, ID_product)
I have a form with subform. Subform gets populated with query from Buys table and then ...
0
votes
2answers
628 views
Displaying records in an unrelated subform access 2010
I'm in a pickle. This is probably quite easy but I just cannot figure it out.
2 Tables with columns:
tbl_indicators | tbl_targets
ind_id | id
ind_name | ind_id
| year
...
0
votes
1answer
1k views
Access 2010 Populate Subform with Query
I think this is an overly easy question but my brain is failing to work so I need some help.
I have a form that in a nutshell has the user enter a start date and end date into 2 date/time text boxes. ...
0
votes
1answer
6k views
Access 2007 Filter Subform Based On Field In Main Form?
I was tasked with creating a simple app to maintain a user's collectibles collection using Access 2007. There were some requests, which I have created and implemented. Those being:
One main form ...