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
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