| Thread | Last Post | Replies |
|
| Filter Multiple fields | 12 Oct 2005 05:12 GMT | 1 |
I'm trying to filter several fields in a subform, the main form contains unbound fields which will supply the search criteria Unfortunately I can't get past filtering more than one field, below is my unsuccessful attempt.
|
| Adjusting button property based on another form | 12 Oct 2005 00:56 GMT | 1 |
I have a form which displays real estate information for a building, plus a button which opens another form with contains a photo image of the building. I have two tables. The first is the building information and the second is the image path information. The tables are ...
|
| notinlist problems | 12 Oct 2005 00:47 GMT | 5 |
Will somebody please help me out. I have a form with a combo box (Combo8) that updates another combo box (Order) and both are based on a query. The boxes are already synchronized. Combo8 contains CustomerID and Order contains OrderID. I'm trying to add new
|
| Access db needs to be saved in Design mode on new machine | 12 Oct 2005 00:38 GMT | 5 |
I develop Access apps for charitable and non-profit organizations and I've encountered a problem where the newly installed mdb will open to its startup menu but then not respond to any command buttons, combo boxes become inert etc. Also its apparent that VBA code at the startup ...
|
| LdbViewer | 12 Oct 2005 00:11 GMT | 1 |
I copied the post of the LdbViewer. It works, but it only gives me the machine name and the User name is always "Admin". Is there a way to modify this to show the actual user name or userID instead of "Admin"??
|
| Call onclick procedures in another form | 11 Oct 2005 23:21 GMT | 2 |
From the command button (Command1) on the current form, I want to open another form (form2) and call the On-click event of another button (Command2) on form2. I tried the following method but they are not working. Is this possible? Has anyone tried this?
|
| Date Filter | 11 Oct 2005 23:19 GMT | 1 |
I have a form that has a Button: Set Filter This allows me to filter in my INVENTORY reports by: suppliersnames, and/or Locations.
|
| Adding new records to a Subform | 11 Oct 2005 22:47 GMT | 1 |
I have a complicated issue. I have a form with a subform, both of which work perfectly. The main form is a Projects form and is based on a query. The subform is based on a query as well and is a continuous form which shows all the Tasks per Project. When users create a new ...
|
| Count Check Box | 11 Oct 2005 22:31 GMT | 1 |
I have one form with several check box, that I need to count. A little help..... please Thanks
|
| Ctrl + semicolon/comma button it changes to design view | 11 Oct 2005 22:29 GMT | 3 |
When I press the control button + the comma/semicolon button the form changes to design view. Use of Access special keys is disabled in the startup properties. Can I prevent this from happening?
|
| form popup | 11 Oct 2005 22:04 GMT | 5 |
Why this command is not allowed by Access? Form_Main.PopUp = False ' (And True neither) Access shows the following message: Err2448, "You can't assign this value to this object."
|
| Adding new records to Subform from another table | 11 Oct 2005 18:50 GMT | 2 |
I have a complicated issue. I have a form with a subform, both of which work perfectly. The main form is a Projects form, and the subform is a continuous form which shows all the Tasks per Project. When users create a new Project record, I want to have a button which allows ...
|
| Fill text box from bound text box | 11 Oct 2005 17:21 GMT | 3 |
I have a bound text box on a record. When the record is changed so does the info in the bound textbox sometimes. I want another unbound textbox to display some info to the user when the bound text box changes info. Do I reference the table/form/column in the bound text box to ...
|
| Opening an Excel file from Access form button | 11 Oct 2005 16:32 GMT | 6 |
Dear Access experts, I am working on a form and want to be able to open an Excel file from a form button, but the Excel file to be opened will be based on a variable name that the user types into a field. In other words, if the user types "A", and
|
| BeforeUpdate, want to copy all pre-update fields to backup tbl - h | 11 Oct 2005 16:05 GMT | 4 |
I have a main table, and a form a user can use to modify records in the main table. When a user modifies a record, I want to get the pre-update (BeforeUpdate) data copied into a backup table with one more field (date of update). This will serve as a simple audit log. Here is ...
|