import and export cls file to access and from access

  • Thread starter Thread starter thread
  • Start date Start date
T

thread

Hi all
does anyone have some information about import and export of the cls
file in access,from some reason i cannot import the same file from a
form but to its own place and the access is transfering it to the place
of modules
 
thread said:
Hi all
does anyone have some information about import and export of the cls
file in access,from some reason i cannot import the same file from a
form but to its own place and the access is transfering it to the place
of modules

If by a cls file you mean a class module, then Modules is exactly where it
should be!
 
but the issue is that i want to transfer it to a form or a report and
not to a module
Baz כתב:
 
thread said:
but the issue is that i want to transfer it to a form or a report and
not to a module
Baz ???:

If you mean you want some of the CODE to be used inside a form or report then
open the module and copy-paste it. You cannot convert a class module into a
form or report.
 
Back
Top