I have searched the threads but can't find what I'm looking for...
I have a form to enter records...I would like the form to open in Add mode, but also allow record editing capability at the same time...Is this possible?
Thanks
I have a calculated expression performed in a text box on a form...
How to retrieve/reference that text box value from a text box on a report?
I have found similar threads on related questions...but I am very confused...
Thanks for any help!
I am trying to import an updated form from a VB protected db... the File>Get External Data menu gives me a dialog box that says I need a password...there is no input box/prompt for me to enter the password...How to do?...Can you open two (2) db's at same time??
Thanks in advance!
I am developing a lead/appointment/sales tracking app for a home improvement company...
I have seen in other types of scheduling software a means of entering appointments via a pop-up type calendar feature where a time and date can be selected and entered into a form...
Is there some type of...
I have a query that is the record source for a report...
Is it possible for a textbox on the report to reference a field that is not part of the record source?
If so, how exactly do I create the reference?
Thanks for any help!
Mile-O-Phile and Chewy thank you so much...
I could not find any info in the Access help files (but did not know how to go about what to search for either)...
I am very slowly picking up on the VBA language. Any suggestions on where to find info like this for future...
Thanks again.
I have a main switchboard that has buttons to open other switchboards...When I click a button on one of the other boards, how do I make the "other" switchboard go away (i.e., not visible)?
Thanks for any help!
Not working...I'm sure its me...
I get a compile error of "User-defined type not defined." and the "db As Database" part of the code is highlighted by the debugger.
Here is the actual code used:
Function TimeTrial()
Dim db As Database, rs As Recordset
Set db = CurrentDb
Set rs =...
How to create time-limiting feature (trial period)
I am a programming novice in the process of developing a simple "job-tracking" application (in Access 2002) for a home-remodeling contractor. I would like the simplest way to to implement a time-limiting feature (e.g., a trial period)...How to...