G
Guest
I have asked this question in the past and have yet to find a clear answer as
I am a VBA novice.
Using Access & SQL 2000, I have a form (Enrollment) where I would like to
capture info in a few unbound textboxes and click a button to call a stored
procedure to perform the insert. Another major snag is that there is a
checkbox that will determine if the SP makes a single or double insert. Both
scenarios perform the same initial insert but if checked a second insert is
performed on a different table that requires the autonumber from the first
insert. Can anyone provide me with easy to understand pseudo-code for the
onclick event and perhaps the SP where my variables are easily identifiable?
Thank you.
I am a VBA novice.
Using Access & SQL 2000, I have a form (Enrollment) where I would like to
capture info in a few unbound textboxes and click a button to call a stored
procedure to perform the insert. Another major snag is that there is a
checkbox that will determine if the SP makes a single or double insert. Both
scenarios perform the same initial insert but if checked a second insert is
performed on a different table that requires the autonumber from the first
insert. Can anyone provide me with easy to understand pseudo-code for the
onclick event and perhaps the SP where my variables are easily identifiable?
Thank you.