C
C.R. Houk
I have been struggling with this for a while so I hope
someone can help. I have a form with an unbound field
that lets me type in the Primary Key number for a record.
The record data then appears in a subform. On the main
form I have a delete key with the Onclick code as follows:
Focus = DelQuery_subform
DoCmd.RunCommand acCmdDeleteRecord
I want the record which is visible in the subform to be
deleted from the inventory table. I seemed to have it
working, but then I came back the next day and no longer
seems to. Any help in this will be greatly appreciated as
I am currently looking for the nearest wall to bang my
head against.
C.R. Houk
charles.houk2<nospam>@charleston.af.mil
someone can help. I have a form with an unbound field
that lets me type in the Primary Key number for a record.
The record data then appears in a subform. On the main
form I have a delete key with the Onclick code as follows:
Focus = DelQuery_subform
DoCmd.RunCommand acCmdDeleteRecord
I want the record which is visible in the subform to be
deleted from the inventory table. I seemed to have it
working, but then I came back the next day and no longer
seems to. Any help in this will be greatly appreciated as
I am currently looking for the nearest wall to bang my
head against.
C.R. Houk
charles.houk2<nospam>@charleston.af.mil