CONVERT word form to access form

C

ccorvette

how can I generate a word form that will be able to match an access form and
be able to bring information to my access database
 
B

Brendan Reynolds

I don't know of any way to convert a user-form (as used in Word and Excel
VBA) to an Access form (a very different object). It is probably
theoretically possible to write code to take data entered into a user-form
in Word and save it into an Access (more properly, Jet) database, but
because user-forms and Access forms are so different, you'd probably do
better to ask that question in a Word programming forum.
 
Top