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 working to get the data into the table.
Yes - I have an ODBC connection setup for ADO and I can query my table in Query Analyzer... Has to be something simple that I am just missing.
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 working to get the data into the table.
Yes - I have an ODBC connection setup for ADO and I can query my table in Query Analyzer... Has to be something simple that I am just missing.