First I want to state that I am in no way an Access guru.
With that said, what i did was put the back end on my network server.
Then I created an MDE file of the front end which I distributed to everybody.
This leaves the Original MDB file open for changes without creating havoc to other...
Ok, i'm an idiot when it comes to Access (what I know I've learned on my own..which I must say isn't a lot)
I have tried the method above but get a compile error when I try to use the form.
Here's what I have done....
I have created a table called tblFlightDetail. Within this table are all...
Ok, I tried the VBA method.
I have a table named tblFlightDetail.
Form has all text fields mentioned above.
When I try to run I get a runtime error.
Here is the code...
Private Sub FlightNumber_AfterUpdate()
Dim rs As New ADODB.Recordset
rs.Open "SELECT * FROM tblFlightDetail WHERE...
Ok, here's my question:
I am an airport operations person and I have a pretty comprehensive database developed. One thing I can't figure out how to do is this:
I have one form (of course along with a table) for what we call "Flight Tracking". This form allows input of an airline, flight...
I don't see any example on the Northwind db of what I am looking for.
I will elaborate:
On my Applicant Info Form there is a section regarding Vehicle information, i.e. year, make, model, license plate #, etc. I want to add a button by this vehicle, that when clicked will display an image of...
Here's my question:
I have a comprehensive database with various items of importance. One of the forms has to deal with information regarding people who have an application on file with us. In this form we have all of their personal info, vehicle info, identification info, etc...
What I want...
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.