|
-
Oct 20th, 2000, 07:43 AM
#1
Thread Starter
Hyperactive Member
I'm writing a database in Access 97.
I have a form "frmOrders" and a subform "frmOrdersSubform", within my subform I have a combo box that gets it's records via a select query from a different table "tblProducts"
Now, when I select a particular value from the combo box I would like it to be removed, but, only from the current record.
How????
Thanks 
-
Oct 20th, 2000, 07:45 AM
#2
Frenzied Member
Redo your query with the condition :
where id <> the one that you want to remove.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|