| Thread | Last Post | Replies |
|
| resetting form control properties to original design-time default values | 20 Jul 2005 17:21 GMT | 2 |
I have a form where during usage I will change certain control property values to something other than the original design-time default values. Under certain circumstances during run-time I want to change them back to the original values - specifically the Enabled property. How do ...
|
| Errors 3073 operation must be an updateable query | 20 Jul 2005 17:13 GMT | 1 |
I have designed a multi user application, where I have 1 MDB as the Client & another which holds the data & is placed on a networked Drive. The client has the Linked Tables to the Network one. At random times when some users try to do something in the program this
|
| Capturing SubForm Events | 20 Jul 2005 16:24 GMT | 8 |
Setup Form1 --> unbound (just acts as a container for the other two forms) Subform1a -> Bound to Query1 SubForm1b - Bound to Query2
|
| stretching a textbox | 20 Jul 2005 14:34 GMT | 1 |
Is it possible to take a textbox and have it expand to a new length depending on the length of the info in it? I could have company names show in a textbox as short as 3 letters to one that would have 24 letters (or any new ones that might be longer). The info in the txtbox ...
|
| Importing Excel data into Access | 20 Jul 2005 14:29 GMT | 2 |
I'm using this logic to import Excel data into Access. Public Sub ImportProtected(strFile As String, strPassword As String) Dim oExcel As Object, oWb As Object Set oExcel = CreateObject("Excel.Application")
|
| Having problems with NotInList Event | 20 Jul 2005 14:21 GMT | 5 |
I have a main form that is unbound with an unbound combo box. The users would like to be able to add a New CTAName to the list in the combo box. I have tried to use the NotInList event, but something is not working. Here is what is happening when testing:
|
| Detect acDialog setting in OnOpen event? | 20 Jul 2005 11:56 GMT | 6 |
Anyone know how I can detect if a form has been opened with acDialog set? I have a situation where the form needs to behave differently if opened in acDialog than in acWindowNormal. Basically, I need to create forms that can be optionally used as custom dialog boxes, but not ...
|
| Query/Report/Form issue | 20 Jul 2005 09:24 GMT | 16 |
I have a query and a report based on it, which as standalones work perfectley. Once I add a command button [using the wizard] to a form they both then return no data. The parameter being passed from the form is a date. I have checked every form and button property, they are ...
|
| Override The SendOject Runtime Error | 20 Jul 2005 06:12 GMT | 1 |
I have an email sendobject routine that sends an email to the user. However, if the user decides NOT to send the email, they get a runtime error 2501.. "The Sendobject action was canceled" with the END DEBUG buttons. Is there a way to Override this system error with my own more ...
|
| maximizing form question | 20 Jul 2005 04:56 GMT | 1 |
I have a rather general question regarding the maxxing of the forms and seek the thoughts of those of you who have maxxed in the past. Where is the best place to put the DoCmd.Maximize? In the Load? Open? Activate? And so on. Or in several different places?
|
| change which toggle button appears pressed from results in a table | 20 Jul 2005 03:59 GMT | 4 |
How can I change the toggle button that is pressed in through code? I have a form with toggle buttons to select a company division which is stored in a table. Other selections on the form run macros to print specific reports for the selected division. A small number of the macros ...
|
| Time in Form | 20 Jul 2005 02:48 GMT | 9 |
I am using Access 2002 and I am using a text box to get the time. In the Data tab in properites I put Now() in the Default Value and in format I am using Long Time. My problem is that I do not see the seconds change. The time changing only when I close and open the form. Can ...
|
| Access 2003 and Automatically finding records in forms | 20 Jul 2005 01:54 GMT | 1 |
I currently Have this form setup in 2 sections. The first sectio includes 2 text boxes for Eligibility Number (field name EligibilityNum) and the second for School (SchoolName). The secon section is a subform called sfrmSchools that includes all th
|
| Query Help | 20 Jul 2005 01:29 GMT | 1 |
I have a table that has 5 options that populate a drop down menu in one of my forms. The users have asked if there would be a way to have a selection that has ALL. So if they were to have picked ALL they would have all entries returned not just one.
|
| Field Type Number | 19 Jul 2005 22:48 GMT | 3 |
I have a form with a button to insert a new record, but i want that the button put in the field of that new record, the next number as the last record, similar to autonumber(but i don't want the field to be autonumber) If someone could tell me the code to put in the button to do ...
|