L
lin
I have a form for Product Prices(frm_product Prices). The
record source for this form is tbl_Products. I have a
button in this form "Update". Each month I am getting
updated price list in excel. Using the Update button , I
would like to Update the Price List. What I did here is
Using the deleting query, I detete the contents from the
table "tbl_Products" and using append query I append the
the new prices from excel to the table. It is working
fine. but the Problem with that is when delete query runs,
I am getting the warning message " You are about to delete
10000 records from the table, You want to continue?". I
know I can disable this message with setting
in 'Option'.When I give this program for our customers,
they will get the same message too. Is there anyway I can
disable this message with code?.
Another prblem with this is I tried to link this table but
I am getting to linked the table to different
name "tbl_Products1". Is there anyway I can link to this
table successfully? Any help! Really appreciated.
record source for this form is tbl_Products. I have a
button in this form "Update". Each month I am getting
updated price list in excel. Using the Update button , I
would like to Update the Price List. What I did here is
Using the deleting query, I detete the contents from the
table "tbl_Products" and using append query I append the
the new prices from excel to the table. It is working
fine. but the Problem with that is when delete query runs,
I am getting the warning message " You are about to delete
10000 records from the table, You want to continue?". I
know I can disable this message with setting
in 'Option'.When I give this program for our customers,
they will get the same message too. Is there anyway I can
disable this message with code?.
Another prblem with this is I tried to link this table but
I am getting to linked the table to different
name "tbl_Products1". Is there anyway I can link to this
table successfully? Any help! Really appreciated.