G
Guest
I'm a new Access developer working on my first application. I have a form
with a command button on it, and when I click on the button, it opens a
second form , setting a WHERE clause and passing OpenArgs to it. This part
is working. The second form displays multiple records, and after it opens, I
want to add a new record to the form, scroll to it, and automatically fill
one of the fields in the new record, based on information I passed to the
form using OpenArgs.
I'm sure this is simple, but I can't seem to find the right help pages to
show me how to do this.
Thanks is advance,
Ron
with a command button on it, and when I click on the button, it opens a
second form , setting a WHERE clause and passing OpenArgs to it. This part
is working. The second form displays multiple records, and after it opens, I
want to add a new record to the form, scroll to it, and automatically fill
one of the fields in the new record, based on information I passed to the
form using OpenArgs.
I'm sure this is simple, but I can't seem to find the right help pages to
show me how to do this.
Thanks is advance,
Ron