J
James P.
Hello,
I have a form with RecordSelectors = Yes showing all records in the
table. When I click a record from that vertical bar list, it will
open a new form showing this record selected using this command:
DoCmd.OpenForm "ServiceRequestsForm", acNormal, , "SRNumber = " &
g_SRNumber, acFormEdit, acWindowNormal.
The new form is now loaded with this one "SRNumber". The recordSource
for this new form uses the same table. The filter now has this
"SRNumber". I have a navigation bar for the form.
My question is how can I while showing only one record on the screen
using that filter, but also be able to use the navigation bar to move
back and forth between all records within the table. In addition, I
would like to use this form to add a new record too.
Any help is greatly appreciated.
James
I have a form with RecordSelectors = Yes showing all records in the
table. When I click a record from that vertical bar list, it will
open a new form showing this record selected using this command:
DoCmd.OpenForm "ServiceRequestsForm", acNormal, , "SRNumber = " &
g_SRNumber, acFormEdit, acWindowNormal.
The new form is now loaded with this one "SRNumber". The recordSource
for this new form uses the same table. The filter now has this
"SRNumber". I have a navigation bar for the form.
My question is how can I while showing only one record on the screen
using that filter, but also be able to use the navigation bar to move
back and forth between all records within the table. In addition, I
would like to use this form to add a new record too.
Any help is greatly appreciated.
James