bcooler
Programmer
- Jun 13, 2009
- 132
I currently have a subform with the correct parent child relationship and everything works great. The subform allows the operator to add needed materials, quantities, etc for a given form entry.
Users now want a description added to the form, but one that autopopulates from a lookup in a description table once the user enters the part number.
I added the Excel linked table to the database and to the query that drives the subform's record source (query has no parameters, just links the 2 tables). Everything looks good until I actually go into the form. At that point, the subform no longer allows data entry anywhere in the form (datasheet view).
Things I know, but not sure if they affect me:
1.) The linked Excel table is 2MB and is currently on my hard drive (I will probably eventually move it to the network, but I know that will only slow things down). Do I just need to wait longer to enter data?
2.) I am warned that the created link is read only. That's OK with me, since I'm only using it as a lookup. However, I wonder if Access thinks I'm trying to potentially change the linked table by adding it into the subform query, so it just blocks me out.
Users now want a description added to the form, but one that autopopulates from a lookup in a description table once the user enters the part number.
I added the Excel linked table to the database and to the query that drives the subform's record source (query has no parameters, just links the 2 tables). Everything looks good until I actually go into the form. At that point, the subform no longer allows data entry anywhere in the form (datasheet view).
Things I know, but not sure if they affect me:
1.) The linked Excel table is 2MB and is currently on my hard drive (I will probably eventually move it to the network, but I know that will only slow things down). Do I just need to wait longer to enter data?
2.) I am warned that the created link is read only. That's OK with me, since I'm only using it as a lookup. However, I wonder if Access thinks I'm trying to potentially change the linked table by adding it into the subform query, so it just blocks me out.