joeythelips
IS-IT--Management
Hello,
I have 2 tables in my database: reference and billing.
I want to join these tables using refid from reference as the primary key joining refid in the billing table.
I am using the TransferSpreadsheet method to populate the billings table and an sql insert statement to populate the reference table.
I want to have primary key reference.refid as an autonumber datatype.
However, when i run a query, the join doesn't seem to work, even though there is data in both tables.
Has anyone any ideas?
Joe
I have 2 tables in my database: reference and billing.
I want to join these tables using refid from reference as the primary key joining refid in the billing table.
I am using the TransferSpreadsheet method to populate the billings table and an sql insert statement to populate the reference table.
I want to have primary key reference.refid as an autonumber datatype.
However, when i run a query, the join doesn't seem to work, even though there is data in both tables.
Has anyone any ideas?
Joe