AccessDiscussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I need to delete a record that was entered on a form - then is stored in two different tables.
one of the tables is empty
when i try to delete the record it tells me that it has info in another table...
when i go to that table it tells me that the search field is empty - and can not delete it.
if i try to enter data - it closes access completely...
background - data entry is done on a form (that has subforms) the link to all tables is the unique ID field -
however in this case the WO table has an ID field - the APP table is empty no ID field -
not sure what to do in order to delete or access this form/record???
Look at the properties for the Form. My guess would be that the RecordSource under the Data Tab is a query. Try and delete the record from the Query, that should around any relationships set up between the 2 tables involved. If not we can try something else.
Mike Thanks...
the record source is the APP table - not a query
when i look at the table - this record is empty and it says the "search field is empty"
thanks,