CraigDolphin
GrumpyOldMan in Training
- Local time
- Today, 08:18
- Joined
- Dec 21, 2005
- Messages
- 1,582
Colin,
honestly I'm not sure why you're getting that error. I think maybe there's an object somewhere in your db that is becoming corrupted. I've uploaded the version I have that works, and I've added to it the data that you had populated in the Models, VDS, and VDSmodels tables.
One thing I had noticed was that you had deleted the placeholder record that I had originally placed in the SETR table and with the comment DO NOT DELETE in the SETRNumber field. This is actually necessary to retain and won't show up in any of the forms/queries that I've built.
At some point you must have renamed the tables because I downloaded my original db and none of the tables had a 'tbl' prefix. You have fixed most of the Dlookups etc to find values but you missed one in the AssignLineNumber function (now fixed).
You also did not have the rowsource sql for the first combo on the webportalitem form adjusted for the change in table names. (Now fixed).
You still need to add parts to the parts table, and populate the modelparts table, as well as create forms to allow new parts and model-part combinations into the relevant tables from the forms. Then, once it's all populated you need to put this thing through its paces and see if you can break it. Then debug etc. You're going to have a busy week.
honestly I'm not sure why you're getting that error. I think maybe there's an object somewhere in your db that is becoming corrupted. I've uploaded the version I have that works, and I've added to it the data that you had populated in the Models, VDS, and VDSmodels tables.
One thing I had noticed was that you had deleted the placeholder record that I had originally placed in the SETR table and with the comment DO NOT DELETE in the SETRNumber field. This is actually necessary to retain and won't show up in any of the forms/queries that I've built.
At some point you must have renamed the tables because I downloaded my original db and none of the tables had a 'tbl' prefix. You have fixed most of the Dlookups etc to find values but you missed one in the AssignLineNumber function (now fixed).
You also did not have the rowsource sql for the first combo on the webportalitem form adjusted for the change in table names. (Now fixed).
You still need to add parts to the parts table, and populate the modelparts table, as well as create forms to allow new parts and model-part combinations into the relevant tables from the forms. Then, once it's all populated you need to put this thing through its paces and see if you can break it. Then debug etc. You're going to have a busy week.