Enter parameter value of a field in Report.

Local time
Today, 15:51
Joined
Jan 29, 2025
Messages
2
I have the following problem:
I have a report rpt_A with the text controls
-txt_Barcode,
-txt_PUNr,
-txt_SeamNr,
-txt_Description
with data source the table tbl_SeamsPrintQueue with fields

-Barcode,
-PUNr,
-SeamNr,
-Description
Then I copy and paste rpt_A to create a report rpt_B, similar to rpt_A.
The report rpt_B has as data source the table tbl_PUIPrintQueue with fields
-Barcode,
-PUNr,
-PUINr,
-Description.
After I rename the txt_SeamNr to txt_PUINr and set its control source to the field PUINr of tbl_PUIPrintQueue I run the report rpt_B.
For some reason the report is asking for the value of parameter SeamNr!
It seams that SeamNr still is the source of some control of rpt_B!
Is there any solution to this problem?
Is this a known bug of Access reports?

Thanks in advance.
 
You can always delete all textboxes and re-add them to make SURE you don't have a typo.
 

Users who are viewing this thread

Back
Top Bottom