How do you save Inputbox value to table?!

IceChris

New member
Local time
Today, 10:03
Joined
Aug 10, 2006
Messages
7
Okay, I've been working on this database for weeks now, I'm almost done, there is a light at the end of the tunnel and my boss is anxious to implement the db as I'm only here for 3 more weeks and it MUST be completed, tested, error checked before I leave. So I'm running out of time FAST!

Okay, the problem is simple. I'm using a Data Access Page in Access to build a nice little front-end for my database for my co-workers to use. On this DAP (Data access page) I have an Input box that allows the users to browse their directory and select a file. I need to take the path/file name that pops up in the input box and just save it to the table. I can take care of all the other elements.

So, through DAP, how do I save the value in the inputbox into my table. Please, any help would be great! :eek:
 
Like I don't care if I have to code it to take the value send it byref into a textbox or other element and from there set that elements control source to a specific field in my table. It's just I need a nudge with the javascript, or even well written pseudocode, but anyway someone can think of that would enable the value of the inputbox to be sent to the table it would be great.

It's just that I'm new to Javascript, I've been coding on the mainframe for the last 8 months and using a virtual punch machine to code COBOL is alot different then doing Javascript.
 
Sorry that I'm moving this back up to the front of the Que, it's just I really really need to know how to do this and fast, I only have 1 week of work left and I must get this finished
 

Users who are viewing this thread

Back
Top Bottom