I have a strange problem, I will try to explain...
- I have a fairly simple Access Database with several subdatasheets in a master table.
- In one of the subdatasheets I am trying to have users enter data from the ASPRunner web page
When using the database normally (with Access forms) the linked field between the master datasheet and the subdatasheet results in a automatic entry of the linked field information from the master table into the subdatasheet table (which is what I need)
When I enter new data via the ASP page the "normally" linked field is zero (null) i.e not inheriting the field from the master like it does when using Access.
Any ideas how to solve this ?
Steve.