ShovelinFishHeads
Registered User.
- Local time
- Today, 10:11
- Joined
- Aug 4, 2016
- Messages
- 57
I'm trying to use a textbox on a datasheet to open a specific related report, but...
I'm not getting the report for the specific record.
Background: I made a datasheet that shows several fields from a query that has a large number of fields. The first two columns of the datasheet show PK numbers. PK numbers in the first column repeat while PKs in the second column don't.
I want to give the user the ability to click on any textbox for PKs in either of these 2 columns and open a report associated with that PK in that specific record (not just a report associated with the first record in the column which is what I have happening now with my one line of code (that I have mastered!)).
Any guidance is greatly appreciated! Thanks
I'm not getting the report for the specific record.
Background: I made a datasheet that shows several fields from a query that has a large number of fields. The first two columns of the datasheet show PK numbers. PK numbers in the first column repeat while PKs in the second column don't.
I want to give the user the ability to click on any textbox for PKs in either of these 2 columns and open a report associated with that PK in that specific record (not just a report associated with the first record in the column which is what I have happening now with my one line of code (that I have mastered!)).
Any guidance is greatly appreciated! Thanks