Maxi2011
Registered User.
- Local time
- Today, 03:30
- Joined
- Aug 6, 2004
- Messages
- 16
Hi Everyone
I may be going about this the wrong way, since I am still pretty new to Access but what I would like to do is link two forms together using a command button.
I have a form which contains all my supplier information and another which contains all my contract information. These are based on tables which are linked by the SUPPLIER ID/SUPPLIER NAME fields.
I know that it would be possible to use a sub-form to have all the suppliers details at the bottom of each contract record. However I'd prefer not to have the data displayed in this way. I would prefer it to be optional - where the user can click a command button on the 'CONTRACTS_FRM' and the correct record on the 'SUPPLIERS_FRM' is opened.
E.g. if viewing Contract details for an agreement with Acme Ltd, the user could click a command button which would then open the supplier information (from 'Suppliers_Tbl' in form view)
Does anyone have any ideas on what the best way to go about this is? or Indeed if this is possible at all?
Thanks!
Maxi2011
I may be going about this the wrong way, since I am still pretty new to Access but what I would like to do is link two forms together using a command button.
I have a form which contains all my supplier information and another which contains all my contract information. These are based on tables which are linked by the SUPPLIER ID/SUPPLIER NAME fields.
I know that it would be possible to use a sub-form to have all the suppliers details at the bottom of each contract record. However I'd prefer not to have the data displayed in this way. I would prefer it to be optional - where the user can click a command button on the 'CONTRACTS_FRM' and the correct record on the 'SUPPLIERS_FRM' is opened.
E.g. if viewing Contract details for an agreement with Acme Ltd, the user could click a command button which would then open the supplier information (from 'Suppliers_Tbl' in form view)
Does anyone have any ideas on what the best way to go about this is? or Indeed if this is possible at all?
Thanks!
Maxi2011