B
bg-consult as, Leif Hauge
Hi !
I have made a Macro with a RunSQL command in my Access Database where I
update a table with information from my form page. This works fine, but I
get a confirmation question before the info is added to the table. I have
read somewhere that a VBS code can solve this issue, but cannot see how it
is done. Please help.
RunSQL command :
INSERT INTO Table (Value) VALUES ('Test')
Best Regards
Leif Hauge
I have made a Macro with a RunSQL command in my Access Database where I
update a table with information from my form page. This works fine, but I
get a confirmation question before the info is added to the table. I have
read somewhere that a VBS code can solve this issue, but cannot see how it
is done. Please help.
RunSQL command :
INSERT INTO Table (Value) VALUES ('Test')
Best Regards
Leif Hauge