I have a Master schedule. When complete I have a command button to append to the [Schedule1] table. I want a query to run to check for existing records first (in case they already were appended. If no records found then I want my append query to run. I don't know how to write the code for this, can you help?
Command button: On Click "CommandAppend"
"ScheduleDupChkqry" 'runs first if finds records then:
Open "Update Schedule" form. 'This tells user that this action has already been performed
If No records found then:
Run "SchedulingAppendqry"
Thanks for all your help
Command button: On Click "CommandAppend"
"ScheduleDupChkqry" 'runs first if finds records then:
Open "Update Schedule" form. 'This tells user that this action has already been performed
If No records found then:
Run "SchedulingAppendqry"
Thanks for all your help