Form1
Programmer
- Apr 27, 2005
- 12
I have form A which has field "FID".
I want set the value FID=Me.OpenArgs when something changes in my form
I tried setting the value in form close but it didn't work.
Where should I place my code?
None of the field is mandatory except primary key which is automatically generated. I have many controls so I can not place code in afterUpdate event of every control.
I have one more problem I'm doing record copy using built in Duplicate Command. My table has many fields so when I Copy Access pops up some message(You copied large amount of data on to clipboard) how to disable this message.
How to reset the autonumber to start from zero in production database.
thanks for the help
I want set the value FID=Me.OpenArgs when something changes in my form
I tried setting the value in form close but it didn't work.
Where should I place my code?
None of the field is mandatory except primary key which is automatically generated. I have many controls so I can not place code in afterUpdate event of every control.
I have one more problem I'm doing record copy using built in Duplicate Command. My table has many fields so when I Copy Access pops up some message(You copied large amount of data on to clipboard) how to disable this message.
How to reset the autonumber to start from zero in production database.
thanks for the help