I have field in a form that is filled depending on the option that a user selects from the previous field.
Eg "Model" is filled with all the Models available if a user selects a particular "Make."
This works well.
Here the code I have:
<select name="Make"...
I would like the user to be able to select and upload a "jpg" file from a form that had other fields. So this will just be another field in the form with other data about the product. When the user clicks on "Submit" they will upload everything to the MS access database.
Does anyone know what...
I would like the user to be able to select and upload a "jpg" file from a form that had other fields. So this will just be another field in the form with other data about the product. When the user clicks on "Submit" they will upload everything to the MS access database.
Does anyone know what...
The code for previous record and next record gives an error when click beyond the first/last record. I have no way of knowing that i'm at the first/last record.
Here's the code
DoCmd.GoToRecord , , acPrevious.
DoCmd.GoToRecord , , acNext
Is there a piece of code that will give a "user...
Does anyone know what the code is for a Cmd button on a form that will bring me back to the Switchboard. I've tried "DoCmd.Close" but that brings me back to the access main DB screen (ie tables, wueries, forms reports....)
Thanks
I have created a web service to enter data into an access db with the following cfc page.
I'm calling this with a cfm page and a cfinvoke tag and URL http://www.mySite.com/addBooking.cfc?WSDL"
I get the "Congrats Inserted!!" message returned when I submit the form but no data goes into the...
I have a 25gig master file and I want to create another .dat file with a secondary index.
1)Does anyone have an algorithm (or method) for this (i.e. that takes one field from the master and automatically generate a secondary index in a separate file)
...or if you know of any reference...
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.