MamadouNdaw
Registered User.
- Local time
- Today, 16:09
- Joined
- Nov 14, 2007
- Messages
- 17
The business for which I am designing this database has certain types of transactions that occur many times the same day, and do not require detailed information.
On the main switchboard, I would like to create a button that allows the instant input of a transaction. My table system is rather complicated. This button would have to populate a number of tables, but the only required information is that of the keys and date information.
If not, the user has to manually open the sales window which consists of a form with 2 nested subforms. For certain types of transactions, entering the customer name, additional costs, etc is not relevant or efficient. I simply need the button to insert the date and keys for a particular sale item.
Could this be done with a simple update query initiated by a button?
If anyone has any code that tries to accomplish a similar task it would be much appreciated. I enjoy trying to work through code and see how and where is works.
Thanks guys
On the main switchboard, I would like to create a button that allows the instant input of a transaction. My table system is rather complicated. This button would have to populate a number of tables, but the only required information is that of the keys and date information.
If not, the user has to manually open the sales window which consists of a form with 2 nested subforms. For certain types of transactions, entering the customer name, additional costs, etc is not relevant or efficient. I simply need the button to insert the date and keys for a particular sale item.
Could this be done with a simple update query initiated by a button?
If anyone has any code that tries to accomplish a similar task it would be much appreciated. I enjoy trying to work through code and see how and where is works.
Thanks guys