Import form from Access?

L

Lazy

I know I can code a user form to scan and update records from an Access database, but I am inherently lazy, and would prefer to use one that's been prodcued in Access. Is this possible? And if so, am I just going to get a form with none of the data properties, or will it keep all of the database paths, update capabillities, etc associated with the controls?
 
T

Tom Ogilvy

You might be able to manipulate access using automation, then you would get
whatever you get if you are in access directly.

--
Regards,
Tom Ogilvy

Lazy said:
I know I can code a user form to scan and update records from an Access
database, but I am inherently lazy, and would prefer to use one that's been
prodcued in Access. Is this possible? And if so, am I just going to get a
form with none of the data properties, or will it keep all of the database
paths, update capabillities, etc associated with the controls?
 
Top