S
Sash
I have 10 files that I need to export in a certain format. The format is
consistent for each of the files. My thought was to create a form and
onclick of the button, I would open the recordset for that client then call a
subroutine to export the data. Currently, I have a program that exports the
data perfectly, but I've repeated it for each client....this is no good when
I have to make a change!!!
Would this work and if so, I'm not sure how to do this. Would I set up a
Public Function? I currently have the export program set up as Public
Function RB_Export(), but I keep getting and error when I call it that it's
not a function. I'm not very familiar with Modules in Access. Any
help/suggestions would be greatly appreciated!!!
consistent for each of the files. My thought was to create a form and
onclick of the button, I would open the recordset for that client then call a
subroutine to export the data. Currently, I have a program that exports the
data perfectly, but I've repeated it for each client....this is no good when
I have to make a change!!!
Would this work and if so, I'm not sure how to do this. Would I set up a
Public Function? I currently have the export program set up as Public
Function RB_Export(), but I keep getting and error when I call it that it's
not a function. I'm not very familiar with Modules in Access. Any
help/suggestions would be greatly appreciated!!!