I have an access database used to keep addresses, phone #s, email, etc.... I have search pages and an insert page for a new entry....
I am trying add a page to update an existing entry, created in UltraDev but get this error when running:
Error Type:
ADODB.Field (0x800A0BCD)
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
I had something working before but it kept updating every entry with the same last name...
I have a primary key in the db (autonumbered ID)
I am trying add a page to update an existing entry, created in UltraDev but get this error when running:
Error Type:
ADODB.Field (0x800A0BCD)
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
I had something working before but it kept updating every entry with the same last name...
I have a primary key in the db (autonumbered ID)