Hulk009
New member
- Local time
- Today, 13:36
- Joined
- Jun 8, 2024
- Messages
- 9
Is there any way to autofill parameter ?!
I have a continous form "A" that contain
Id / name
i have create a button to copy id and go to another form "B" (single) that give you all info about this ID
But didn't find a way to auto fill the parameter for the single form
The button that i create is in a continous form so the record i choose will copy his id :
Id.setfocus
DoCmd.runcommand acCmdcopy
DoCmd.RunCommqnd acCmdClosewindow
DoCmd.openform "B"
I have a continous form "A" that contain
Id / name
i have create a button to copy id and go to another form "B" (single) that give you all info about this ID
But didn't find a way to auto fill the parameter for the single form
The button that i create is in a continous form so the record i choose will copy his id :
Id.setfocus
DoCmd.runcommand acCmdcopy
DoCmd.RunCommqnd acCmdClosewindow
DoCmd.openform "B"