S
sverre
Hi
I have written a function to close a table called SESAM.
How do I re-write the function to make all tables to close ?
Thank you in advance!
Function CLOSESESAM()
DoCmd.Close acTable, "SESAM", acSaveYes
End Function
I have written a function to close a table called SESAM.
How do I re-write the function to make all tables to close ?
Thank you in advance!
Function CLOSESESAM()
DoCmd.Close acTable, "SESAM", acSaveYes
End Function