M
Mary Cannon
I would like to print a report that filters data from two
fields of the two linked tables.
Documents table Revision field represents a revision of a
document at the release stage.
Change Orders table Revision field tracks the changes of a
document and shows the latest revision.
How can I generate a report that would have a look up
function to go to Change Orders.Revision first, look for
records and display the latest revision letter in
Current_Rev field (there could be more than one record,
i.e., A,B,C, D), if there are any records in Change Orders
table go to Documents.Revision and take the value from the
Revision field of the Documents table.
This is a report that I generate now
Document_ No Documents.Revision Change
Orders.Revision
6000206 -
A
6000208 -
6003129 -
A
B
C
I would like to generate a report that has an added field
named Current_Rev containing filtered data from both
tables and display only one line for each record.
Document_No Current_Rev
6000206 A
6000208 -
6003129 C
Please help, I'm not very familiar with Visual programming
language, usually use wizards, your guidance is greatly
appreciated.
fields of the two linked tables.
Documents table Revision field represents a revision of a
document at the release stage.
Change Orders table Revision field tracks the changes of a
document and shows the latest revision.
How can I generate a report that would have a look up
function to go to Change Orders.Revision first, look for
records and display the latest revision letter in
Current_Rev field (there could be more than one record,
i.e., A,B,C, D), if there are any records in Change Orders
table go to Documents.Revision and take the value from the
Revision field of the Documents table.
This is a report that I generate now
Document_ No Documents.Revision Change
Orders.Revision
6000206 -
A
6000208 -
6003129 -
A
B
C
I would like to generate a report that has an added field
named Current_Rev containing filtered data from both
tables and display only one line for each record.
Document_No Current_Rev
6000206 A
6000208 -
6003129 C
Please help, I'm not very familiar with Visual programming
language, usually use wizards, your guidance is greatly
appreciated.