J
Jason Lindsay
I'm trying to get my bound form to load with an empty
record when the form is first loaded. Using the
recorsetclone and bookmark function do not work, and
initializing the form controls to Null on load blanks out
all data in my record of the bound table.
I want to keep my form bound to the table, but I want the
form to display empty when it is first loaded. I'm
assuming it has something to do with creating a UNION
query for my form's recordsource with Null, but get an SQL
error everytime I try to code the form like that.
record when the form is first loaded. Using the
recorsetclone and bookmark function do not work, and
initializing the form controls to Null on load blanks out
all data in my record of the bound table.
I want to keep my form bound to the table, but I want the
form to display empty when it is first loaded. I'm
assuming it has something to do with creating a UNION
query for my form's recordsource with Null, but get an SQL
error everytime I try to code the form like that.