ppoindexter
Registered User.
- Local time
- Today, 07:36
- Joined
- Dec 28, 2000
- Messages
- 134
News flash! Listbox problema causes Meltdown
Howdy all
i have a form (frm_Delete_Reference) whose purpose is to delete records from a table--a simple task so i thought
Act 1:
tbl_referencelist has 3 fields
fldreferenceid (auto number-Key)
fldreferencetypeid (number)
fldreference (text)
Act 2:
frm_Delete_Reference
control source = tbl_referencelist
combobox 1 - control source=fldreference
textbox 1 - control source = fldreferenceid
Problem: i pick the item from the combo box, click delete, it askes "do you really want to delete this?" i say "heck yeah" and then it procedes to PRETEND to delete the item,,,however when i check tbl_referencelist the item is STILL there....and sometimes i find numbers have replaced items in the fldreference...
also the text box never changes record numbers even though i change the contents of the combo box....
could someone give me an ideal as to what i am doing wrong before this meltdown i am having has me but a puddle on the floor....thank ya'll very much
Howdy all
i have a form (frm_Delete_Reference) whose purpose is to delete records from a table--a simple task so i thought
Act 1:
tbl_referencelist has 3 fields
fldreferenceid (auto number-Key)
fldreferencetypeid (number)
fldreference (text)
Act 2:
frm_Delete_Reference
control source = tbl_referencelist
combobox 1 - control source=fldreference
textbox 1 - control source = fldreferenceid
Problem: i pick the item from the combo box, click delete, it askes "do you really want to delete this?" i say "heck yeah" and then it procedes to PRETEND to delete the item,,,however when i check tbl_referencelist the item is STILL there....and sometimes i find numbers have replaced items in the fldreference...
also the text box never changes record numbers even though i change the contents of the combo box....
could someone give me an ideal as to what i am doing wrong before this meltdown i am having has me but a puddle on the floor....thank ya'll very much
Last edited: