| Thread | Last Post | Replies |
|
| Check Box to view or not view fields | 24 Apr 2008 00:23 GMT | 2 |
I am using a continuous Form which I can print to a report for data viewing. There is alot of fields on the report and I would like to be able to select what fields I want to see in the report mainly but can also tie the check boxes to the form. I have figured out the code to Hide a ...
|
| ListBox Question | 23 Apr 2008 23:00 GMT | 1 |
In Access 2000 When a form is loaded, I have a list box which gets populated though a query. The first column is the key and is hidden. I can link back to this form, which has not been closed and I know when I
|
| Code looping back to itself unexpectedly | 23 Apr 2008 22:47 GMT | 3 |
I have the following code on the ACCEPT command button on the form PATIENTINFOENTRY: Private Sub Accept_Click() On Error GoTo Err_Accept_Click
|
| Creating a Database | 23 Apr 2008 22:36 GMT | 4 |
In Access 2000, In code how do I 1. Create an access database 2. copy some tables from the original mdb to the new mdb. Thanks
|
| Pop up To confirm combo box selection | 23 Apr 2008 22:03 GMT | 2 |
I have a form that has a project status combo box were the user can choose either in progress, on hold, or completed. I also have 2 text boxes. One holds the projects price and the other holds a total of all the invoices received to date.
|
| Updating form from a combo Box | 23 Apr 2008 21:11 GMT | 5 |
I have a form with company name and address, numbers, contact information etc. I want to be able to select the company in the combo box and have all the other fields populate. Also I would like the other fields to not be updatable in this form. What code do I need to make the ...
|
| Problem With Toggle Button and scrolling thru records | 23 Apr 2008 21:06 GMT | 2 |
Access 2003 Windows XP The following code works ok to update the field and change the caption on the button, but when I page though the records. The caption does not necessarily equal what it should. What event do I need to use to
|
| Clear Button on a form | 23 Apr 2008 20:37 GMT | 3 |
I have a form with several different check boxes on it. There is also a "Clear All" button which removes all the checks on the entire form by setting the default value to ="". What happens is the user places a check in the box of an item they wish to display in a report. they ...
|
| displayed item is selected item in list box | 23 Apr 2008 20:30 GMT | 5 |
I have a lsit box "Resource_Selection_List" that I have created. I have it populated correctly with all the resources from the DB. I have the Default set to the first item in the list "ALT". I have it set so they can only see one item at a time and can only select one item. When ...
|
| Crash afterupdate combobox | 23 Apr 2008 20:24 GMT | 1 |
I have a laptop with an access database (front-end / back-end setup) that functions properly until you try to search using the combo box. As soon as you hit Tab or Enter it says "Microsoft Access has encountered a problem and needs to close..." I have the same db on my ...
|
| I am keep getting error 2501 | 23 Apr 2008 19:33 GMT | 1 |
I am using VBA script to open a form in update (edit) mode DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70 When I complete update and press SAVE button to click on Nevigational bar to go to next record it saves the changes but also throw error 2501. Form ...
|
| create shortcut with Mkdir | 23 Apr 2008 18:48 GMT | 2 |
I can create a folder automatically from Access VBA with MkDir statement.But how to create a shortcut to fhe folder created using MkDir.I want to put the shorcut on my dekstop or user dekstop.
|
| UNION Error | 23 Apr 2008 18:40 GMT | 9 |
I'm getting an operator Error on this, any help is appreciated. Thanks DS DoCmd.SetWarnings False
|
| set Force New Page | 23 Apr 2008 18:34 GMT | 4 |
is it possible to set the Force New Page on a Group Footer from code? I want to be able to give the option of printing each Job on a new sheet or not. If yes, how do I do it ?
|
| Have "ENTER" run certain code instead of "next field" | 23 Apr 2008 15:58 GMT | 1 |
I am running Access 03 on XP Pro. I have a form with three fields, SerNo, TagNum, and VINum. They are three different ways of searching for a vehicle in my database. So a user fills in one of them, and clicks the button below to search for
|