I have a relatively simple database which has grown considerably in size over the past few years. To reduce the size of the main table I have pulled out the memo field and placed that in a new table with the RecordID being the link between the two tables. (the second table is simple with two fields only RecordID and Memo (memo type field)
Not all records have a memo field. I've created a button on my main data entry form to display the memo contents where such exist. My problem is the link between the two tables will not allow me to add a new record (memo) in the linked table where one had not previously existed.
I have a "add new record" button created on the memo form but this does not work and will not add a new record.
How do force the insertion of the parent RecordID into the RecordID of the memo form to create a new linked record?
Thanks.
Not all records have a memo field. I've created a button on my main data entry form to display the memo contents where such exist. My problem is the link between the two tables will not allow me to add a new record (memo) in the linked table where one had not previously existed.
I have a "add new record" button created on the memo form but this does not work and will not add a new record.
How do force the insertion of the parent RecordID into the RecordID of the memo form to create a new linked record?
Thanks.