How to open the same form for edit or Add

D

dave

I usually just make duplicate forms and just edit the properties (data
entry).

Can I code open buttons to open the same form but with different
functionality?


thanks,

dave
 
R

ruralguy via AccessMonster.com

Take a look at the DataMode argument of the OpenForm command in VBA Help.
 
Top