Hi
I'm trying to make a query that will go take some information in a textbox and a combobox in a form
Here's my string
INSERT INTO [C:\Documents and Settings\schiasson\Bureau\Stuff\BDTest].Depense ( Maitre, Depense )
SELECT Formulaire1.cbo1.value AS Expr1,Formulaire1.txt2.value AS Expr2;
it's not working. I tried a few thing but I can't find the way to make it work.
Most of the time new window pop up asking for the information. That's not what I want
Thanks for yur help
I'm trying to make a query that will go take some information in a textbox and a combobox in a form
Here's my string
INSERT INTO [C:\Documents and Settings\schiasson\Bureau\Stuff\BDTest].Depense ( Maitre, Depense )
SELECT Formulaire1.cbo1.value AS Expr1,Formulaire1.txt2.value AS Expr2;
it's not working. I tried a few thing but I can't find the way to make it work.
Most of the time new window pop up asking for the information. That's not what I want
Thanks for yur help