S
Sondra
I have a form created that automatically adds the number
to the field. Using the following control source:
=Right([YearCreated],2) & "CC-" & Format([CCLog#],"000")
After all the necessary data is entered into the form, I
have a Command Button that opens another form using a
macro. I have the macro coming from a query using the
same table as used in the original form with a parameter
query asking for the CC# that I want to open.
I want the 2nd form to open with the CC# field already
entered and having the same number as assigned in the
first form. When the second form opens the query asks
which CC# I want and I enter the number that was just
assigned to the first form and assigned into the table.
However, it doesn't work. Can someone tell me what I'm
doing wrong.
Thanks in advance.
to the field. Using the following control source:
=Right([YearCreated],2) & "CC-" & Format([CCLog#],"000")
After all the necessary data is entered into the form, I
have a Command Button that opens another form using a
macro. I have the macro coming from a query using the
same table as used in the original form with a parameter
query asking for the CC# that I want to open.
I want the 2nd form to open with the CC# field already
entered and having the same number as assigned in the
first form. When the second form opens the query asks
which CC# I want and I enter the number that was just
assigned to the first form and assigned into the table.
However, it doesn't work. Can someone tell me what I'm
doing wrong.
Thanks in advance.