Hi,
I need to get around the IT department! They are balking at giving me ODBC access to some oracle tables. I have a bunch of data I need to get into an oracle table. I 'calculated' the data in MS Access and it now resides in a table.
So in VBA I'd like to
1) open up Internet explorer to my oracle login screen (I can do this)
2) paste in my username and password (I can get the username onto the clipboard, but i can't get the paste function to work. I am using a Function called "Clipboard2Text()" based on API calls which i found on Allen Brown's site.)
3) once i'm into oracle i'd need to select the correct form and then paste in the data.
I have been using "Journal Macro" to do this, but i'd like to wrap it all up into one Access application.
Does anyone have any suggestions?
Thanks,
Dean
I need to get around the IT department! They are balking at giving me ODBC access to some oracle tables. I have a bunch of data I need to get into an oracle table. I 'calculated' the data in MS Access and it now resides in a table.
So in VBA I'd like to
1) open up Internet explorer to my oracle login screen (I can do this)
2) paste in my username and password (I can get the username onto the clipboard, but i can't get the paste function to work. I am using a Function called "Clipboard2Text()" based on API calls which i found on Allen Brown's site.)
3) once i'm into oracle i'd need to select the correct form and then paste in the data.
I have been using "Journal Macro" to do this, but i'd like to wrap it all up into one Access application.
Does anyone have any suggestions?
Thanks,
Dean