G
Guest
Thanks for the replies, but unfortunately none of them worked
Let me try to explain my problem better
I have a product table. There are descriptions such toys, furniture, ramps, pans, walkers.....etc
What I need to do is run a delete query where the descriptions that start with the letter R, are to be deleted along with all other records associated with that description. I have tried Like *R*, this does not work
I have also tried Left([cus_billname],1) but I am not sure what to place in these feilds. It will not run for me. I am new to Access, so I apologize if this seems like a trivial problem, but I am really struck and could use some help
I am assuming that I will need to call the Product Feild for the From column and the Description Feild for the Where column. Is this correct? I just don't know what to put in the criteria feild
Thanks
Michael
Let me try to explain my problem better
I have a product table. There are descriptions such toys, furniture, ramps, pans, walkers.....etc
What I need to do is run a delete query where the descriptions that start with the letter R, are to be deleted along with all other records associated with that description. I have tried Like *R*, this does not work
I have also tried Left([cus_billname],1) but I am not sure what to place in these feilds. It will not run for me. I am new to Access, so I apologize if this seems like a trivial problem, but I am really struck and could use some help
I am assuming that I will need to call the Product Feild for the From column and the Description Feild for the Where column. Is this correct? I just don't know what to put in the criteria feild
Thanks
Michael