Open blank form in Access 2007

  • Thread starter Thread starter roccogrand
  • Start date Start date
R

roccogrand

I want to put a button on the switchboard so that users can open a blank form
immediately. I have figured out that all I need to do is add
DoCmd.GoToRecord , , acNewRec to the form opening event.

Now if the record source includes a multivalue field, how do the users deal
with them? Can they just type in the values with commas as separators? What
if they mistype a value?

I am not at a machine with A2007 so I can't test this for another few hours.

Thx.

LDN
 
Nevermind,

It was so easy to do in Access 2007 that it was a no brainer. I don't use
macros but that was easy as well.

LDN
 
Back
Top