| Thread | Last Post | Replies |
|
| double click cmd button on subform | 15 Mar 2005 22:17 GMT | 2 |
I have a subform on a main form that has a command button that I wanted to use a single click as well as a double click event. I have VBA code for both the click event and double-click events. When I try to double click the command button, I always go to the click event. Is this ...
|
| OnClick Event Procedure | 15 Mar 2005 21:47 GMT | 7 |
I have an edit form that I want to create a command button on that will close the form and reopen it. The reason being that the form is run on a criteria query that asks the user to enter the document number they want to
|
| Non-selected checkbox state? | 15 Mar 2005 21:25 GMT | 3 |
Doesn't a checkbox have a non-selected state? I'm using a combo box to designate "Please Select" "On State"
|
| Database Size | 15 Mar 2005 20:43 GMT | 5 |
I've seen on many books on access that access database cannot be bigger then 100Mb I would like to get some more data about this limit like: 100Mb of data, limit of code, forms, ect...
|
| Command button for subform on main form | 15 Mar 2005 20:24 GMT | 2 |
I have a form with a subform. I want to put a Cancel command button on the main form that undoes the data entered in the subform in the event that the user changes their mind. I don't want to undo the data in the main form though, just the subform. I have got round this by putting ...
|
| Formatting | 15 Mar 2005 20:16 GMT | 3 |
I posted this question in the general Access area earlier, but maybe I can get a better answer in this forum. I am trying to format the back color of a text box in a form, based on the value in another text box. If this was Excel it would be easier to use
|
| Open & Close forms | 15 Mar 2005 20:14 GMT | 2 |
How to automatically close a form upon opening another. I have two forms, the first prepares data for the second form, and have the same table. The second form is opened from a control button on the first. I would like the first form to be closed when that button is hit, if
|
| Unbound ComboBox Problem on Startup Switchboard | 15 Mar 2005 19:57 GMT | 12 |
after much uphill skirmishes (for some unknown reason) i managed to drop an unbound combobox onto my a2k (switchboard manager/wizard generated) startup switchboard. the RowSource depends upon the values of a 'Registration' table as follows:
|
| combo box no record source | 15 Mar 2005 18:41 GMT | 1 |
Hi please help! I have a "tours" table in which there is a field for pick up points and times. I'm trying to get it so that the data for this field can be inputted through a user friendly form, I'm unsure how to go about this because I've been trying to do it using a combo box ...
|
| Runtime Error 3021 | 15 Mar 2005 18:06 GMT | 22 |
I have created a form and subform with the wizard. After creating, I created a combobox in my subform with the wizard. This combo box lists all products available. My goal is to use the main form "Quote" to create quotes for variuos customers. The subform is where all ...
|
| Deleting records in one table that appear in another table | 15 Mar 2005 17:39 GMT | 4 |
I'm trying to remove records in one table that match those in another table. I have the following code but this seems to make Access 'Hang'. Is this the best/correct way of performing this type of operation? Any suggestions gratefully received!
|
| Access 2003 Debugger Woes | 15 Mar 2005 16:47 GMT | 5 |
Even the VBA debugger doesn't look to me so smart. Same to you? Sometimes when setting breakpoints it "jumps" somewhere else....is it normal?
|
| Looping through Recordset | 15 Mar 2005 16:33 GMT | 2 |
First, here are some components of my database: tblPersonnel contains many fields including- PersID (PK) tblPersQuals contains many fields including - fldQual, PersID (FK)
|
| Validate value exists in another table | 15 Mar 2005 16:29 GMT | 2 |
I have a field in a sub-form where I want to validate that the value they enter is a valid record in a different table. I’m not using a drop down because the list could grow considerably. I am enforcing referential integrity through table relationships but I would like to ...
|
| Copying the back-end db | 15 Mar 2005 16:25 GMT | 2 |
I have a button that copies the back-end to a new file and renames it. At first it would not work (unless saveing to root drive) because I didn't have the "\" before the file name. Now it will save to a folder only but not the root drive. How do let the user save the file ...
|