Hey All,
I have a online data management system that outputs a canned excel workbook with:
- Member_Number
- Account_Name
- Address Info
- etc.
My other table in Access holds (for now):
- MemberShortName
- MemberNumber
I have a separate database that I need to maintain because the online data management system does not allow me to monitor incidents for a member... to make thing easier -- I want to send someone out on a job... I need all of the volunteer's basic info (above) and link it to their job. A volunteer can have multiple "jobs."
When I export out the table from the Volunteer Management System, it creates an XLS file that dumps almost all columns as "general." I have no jurisdiction over this field output...
When I link the workbook into Access (because I will export again from the Volunteer Management System and then save it into the same file), the linkedtable.MemberNumber will not do a one-to-many relationship. When creating a relationship, it comes up as Intederminate.
When I create a query with design viwe:
AccessTable.MemberShortName
AccessTable.MemberNumber
LinkedTable.account_name
LinkedTable.cell_phone
LinkedTable.member_number
If I put data into the "Access Table," it shows up in the query. I cannot put enter data into the query.
What could be my issue?