I am working on a form and I want to create a sub-form linking a field from each form. Both fields are stored as short text with the same formatting.
One field is entered manually,on the main form, by the user (Into table Audit_History) and the other field is derived from a large string using a query (called breakout). Both fields show "TII" as the data that I want to link on, and both are exactly 3 characters long. Both the breakout query field and the Audit_History table field show left justified when opened. The actual field names are different from one another but the TII data is the same.
The problem: When I query with the Audit_History table and the breakout query linked on the like fields I do not get any data. I know for a fact that TII is in the Audit_History table and in the breakout query. The breakout field is this: Left([Org],3) where Org is the long string and it returns TII.
I have tried everything I can think of and can't get these two fields to link. I even created a table, with the breakout query and then queried that table with the Audit_History table. No joy.
Is my breakout query not really giving me TII as a short text? When I make a table with it, short text is the data type.
I am so confused...help.
One field is entered manually,on the main form, by the user (Into table Audit_History) and the other field is derived from a large string using a query (called breakout). Both fields show "TII" as the data that I want to link on, and both are exactly 3 characters long. Both the breakout query field and the Audit_History table field show left justified when opened. The actual field names are different from one another but the TII data is the same.
The problem: When I query with the Audit_History table and the breakout query linked on the like fields I do not get any data. I know for a fact that TII is in the Audit_History table and in the breakout query. The breakout field is this: Left([Org],3) where Org is the long string and it returns TII.
I have tried everything I can think of and can't get these two fields to link. I even created a table, with the breakout query and then queried that table with the Audit_History table. No joy.
Is my breakout query not really giving me TII as a short text? When I make a table with it, short text is the data type.
I am so confused...help.