Here is what I am trying to do. It is giving me a syntax error in the objRs.Open portion.
objCmd.CommandText = "INSERT INTO RinVoucherPO (VoucherNum, PONum1, PONum2, PONum3, PONum4, AMT, AMT1, AMT2, AMT3 )" & _
" SELECT (VoucherNo, PONumber, PONum1, PONum2, PONum3, AMT...
I have not used DUOS before. I need to get this done today as I am changing positions to another company. Can you give me some solid insight on how to quickly set this up using DUOS?
I have a table that I created using Enterprise Manager. I want to use this on the Save Button:
Insert Into table name (field names in table)
Select (fields) from open Window
How do I reference the window? I have tried window.windowname.field, me.windowname.field, me.field and nothing is...
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.