M
mscertified
I'm using the following code to save my record before printing it
If Me.Dirty Then Docmd.Save
I'm getting an error saying I have not specified the object
Do I have to specify 'table' and the table name each time I use this
statement, I thought it defaulted to the current object?
If Me.Dirty Then Docmd.Save
I'm getting an error saying I have not specified the object
Do I have to specify 'table' and the table name each time I use this
statement, I thought it defaulted to the current object?