Hello everybody
Can any one tell me how to create menu as File menu in windows OS inside MS.Access 2007 Form to run as main form & link all forms throw it's menu & sub menus ?
Thanks in advance.
Hi everybody
I run SQL query to add dat from another table based on form object data, it works when i save as separate query but failed when i run inside VBA script command :
'Append data to Temporary table
DoCmd = " INSERT INTO SupplyOrderDetails_Temp " & _
" ( Supp_Order_SN, ItemID...
That is what I see in "Immediate window"
Delete * from SupplyOrder Where ( Supp_Order_SN =25 and From_Supplier_ID=9 and Supp_Order_Date= 4/19/2013 and Receive_U_ID=4 and Supplier_OrderSN=' 521/2013 ')
Hello everybody
This delete statement dosen't work on Form , but works from Saved Query:
Supplier_OrderSN is Text
Supp_Order_Date is Date
remain columns are Numbers
DoCmd.RunSQL ("Delete * from SupplyOrder " & _
" Where ( " & _
" Supp_Order_SN =" & [txtReceiveNumber].Value & " and " & _...
Yes " supp_Req_Date" declared as a Date
I added the [highlight #FCE94F]"#"[/highlight] & it works now, but I have question why I didn't get error or problem at insertion SQL statement using same quot without formating or using the [highlight #FCE94F]#[/highlight] ?
Hello
I wrote this SQL & it was working properly, but when I added extra search parameter always return no result in search even table data is exist ....I want to know the reason please:
strSQL = " SELECT supp_Req_SN FROM SupplyRequest " & _
" WHERE( supp_Req_SN = " &...
Hi everybody
I write this script to insert then check insertion done or not
But I get error message " "Data type mismatch in criteria Expression" on line [highlight #FCE94F]Set rs = db.OpenRecordset (strSQL)
[/highlight]
When I try to run the select statement as you will see in coming code...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.