darksniper
Registered User.
- Local time
- Yesterday, 16:34
- Joined
- Sep 4, 2005
- Messages
- 108
I have a form that has a sub-form,
-if I use "Forms![formUsers]![id]" to get the hold of the id value of the form.
then for the sub form "Forms![formUsersSubForm]![id]" would that work?
-I would like to make a continues form for product list, to make it easier to go though products. If I add a button to view more details, that would open another form , would it still work is I use "Forms![formProducts]![id]" to pass the id of item where I have clicked the button.
-In continues form, if I would like to add a sort button that would sort the item based on drop down list, ex: sort by id, by name, by description. How would I get it work.
-if I use "Forms![formUsers]![id]" to get the hold of the id value of the form.
then for the sub form "Forms![formUsersSubForm]![id]" would that work?
-I would like to make a continues form for product list, to make it easier to go though products. If I add a button to view more details, that would open another form , would it still work is I use "Forms![formProducts]![id]" to pass the id of item where I have clicked the button.
-In continues form, if I would like to add a sort button that would sort the item based on drop down list, ex: sort by id, by name, by description. How would I get it work.