I have a long main program code on a form that I would like to put some of the procedures into modules to be able to use form other procedures and forms. I have a procedure that saves some data into an access database. I move all the code over to the module. Then in the main I call the procedure but only get the follow error:
expected a variable or procedure not module
I don't understand. Why will it not run the module? I am not passing the module any data, for now it is self contained until I get it to work.
TIA
expected a variable or procedure not module
I don't understand. Why will it not run the module? I am not passing the module any data, for now it is self contained until I get it to work.
TIA