Does anybody no if it's possible to have an option to 'select all records' from a drop down combo box?
I have a database which uses 10 records for one table and 5 from another every time a specific report is run. there are only 7 fields which change everytime and these are stored within another seperate table.
I have a form for users to enter the new data into the 7 new fields:
Bank Balance
Cheques Outstanding
Date ...
Etc...
Also on this form there are combo boxes listing all records in tblStandingOrders and tblOtherPayments.
Is there anyway I can allow the user to choose 'All Records' from the combo boxes?
Therefore the report which is printed can contain all records from tblStandingOrders, tblOther and tblNewData.
Hope this makes sense, any help would be most appreciated.
I have a database which uses 10 records for one table and 5 from another every time a specific report is run. there are only 7 fields which change everytime and these are stored within another seperate table.
I have a form for users to enter the new data into the 7 new fields:
Bank Balance
Cheques Outstanding
Date ...
Etc...
Also on this form there are combo boxes listing all records in tblStandingOrders and tblOtherPayments.
Is there anyway I can allow the user to choose 'All Records' from the combo boxes?
Therefore the report which is printed can contain all records from tblStandingOrders, tblOther and tblNewData.
Hope this makes sense, any help would be most appreciated.