Z
zufie
I have a command button that opens a report.
INSTEAD the end user wants the same command button to open a data
entry form containing essentially the same information as the report
(not open a report, as the report does not allow her to enter data)
Is there a smart way to do this?
I have already tried to change the VBA behind the command button. I
have changed the VBA to open my data entry form, but it fails to do
so.
Naturally, I must have the queries that are behind my report feed into
my form correct?
Or, just create a NEW form from the fields in the report OR create a
form from the query/control source for the report?
As always thanks for your help!
(Zufie) John
INSTEAD the end user wants the same command button to open a data
entry form containing essentially the same information as the report
(not open a report, as the report does not allow her to enter data)
Is there a smart way to do this?
I have already tried to change the VBA behind the command button. I
have changed the VBA to open my data entry form, but it fails to do
so.
Naturally, I must have the queries that are behind my report feed into
my form correct?
Or, just create a NEW form from the fields in the report OR create a
form from the query/control source for the report?
As always thanks for your help!
(Zufie) John