G
Guest
Hi,
I want to open a form in Continuous Forms view and have a specific record
first then the subsequent records following. I get the value of a field named
[ItemCode] from another form that is already open and I have used the code :
DoCmd.OpenForm "Cost", , , "[ItemCode] = '" & Me!ItemCode & "'"
to open it but what I get is the form showing only a specific record.
Do you know a way to get the form as I want?
Thanks
GL
I want to open a form in Continuous Forms view and have a specific record
first then the subsequent records following. I get the value of a field named
[ItemCode] from another form that is already open and I have used the code :
DoCmd.OpenForm "Cost", , , "[ItemCode] = '" & Me!ItemCode & "'"
to open it but what I get is the form showing only a specific record.
Do you know a way to get the form as I want?
Thanks
GL