I am developing an Access 2003 (SP2) project that has two tables (in particular) with a one-to-many relationship. The two tables are populated at the beginning of the year with downloaded data from Accounting's table of Job and Subjob codes on the corporate network; my application will use the tables to add additional fields for specific use. I have no problem downloading data into the tables, but I'm having trouble understanding the best way to add a single record to my main table and then one or more related records in the "many table" when we find we need to add or delete a particular record. Generally, my Access applications use forms to add a single record by navigating to the last record + 1 and just enter data for the appended record. However, I am now using main with subform to display the records and would like to click in the subform and go to the end of the data source and just type in the new data for new record; but this is not working and I get MS error 'The value you entered isn't valid for this field.' Are subforms suppose to be used for adding new records, or do I need to use separate ADO/DAO or DoCmd.Run Sql INSERT INTO techniques?
Thanks,
Jeff
Thanks,
Jeff