Hi,
I need to create some reports for the database I have created for the sales team. They are going to use it while on the road as well as when connected in the network. As their laptops are really slow I didn't want to include queries as this would make the database considerably bigger.
I was wondering if there is a way that I can create a layout report with unbound text boxes (or other fields) and then populate it by using VBA code? If possible, what is the code used to populate the fields?
Also, if I want to print a list of items, for example, I want all the sales guys' names in the report plus what they sold in a specific day, do I need to create 1 text box to each sales person plus text boxes to receive the items? Any other easier way to do it where the fields would recognise the recordset and receive all the data?
Thanks
mane_uk
I need to create some reports for the database I have created for the sales team. They are going to use it while on the road as well as when connected in the network. As their laptops are really slow I didn't want to include queries as this would make the database considerably bigger.
I was wondering if there is a way that I can create a layout report with unbound text boxes (or other fields) and then populate it by using VBA code? If possible, what is the code used to populate the fields?
Also, if I want to print a list of items, for example, I want all the sales guys' names in the report plus what they sold in a specific day, do I need to create 1 text box to each sales person plus text boxes to receive the items? Any other easier way to do it where the fields would recognise the recordset and receive all the data?
Thanks
mane_uk