| Thread | Last Post | Replies |
|
| Find Record Combo Box | 11 Oct 2005 16:02 GMT | 4 |
I am using the Access Wizard to create a Find Record Combo Box. It was working fine until I tried to set the Form OnCurrent event = AllowEdits = False in order to open the form in read-only mode. Ever since then, even though I have removed the AllowEdits = False, I am not able to ...
|
| Access and VB code in a combo box | 11 Oct 2005 15:14 GMT | 4 |
Need help to generate code in access combo box but in VB, i have done it before but forgot
|
| Dynamic Radio Buttons on a Form | 11 Oct 2005 15:14 GMT | 3 |
Access 2003 Form If I have an Options Group1 with two radio buttons: Option100 = 1 default Option101 = 2
|
| Lock the current record only | 11 Oct 2005 13:50 GMT | 4 |
hi can any one help me in locking a selected record only" the current record" and not all records.
|
| form disable | 11 Oct 2005 13:01 GMT | 6 |
I have a form which is accessed by the users in network. I don't want the users to go to Form design and make changes How can I achieve it ? Thanks
|
| "missing operator" error passing multiple field values to another form to open | 11 Oct 2005 12:50 GMT | 5 |
I want to pass the customer name (first and last) and the ID for the customer from the customer form to the items form, so the user can add a new item for the customer. I keep getting the message "missing operator" - but the strLinkCriteria
|
| Controls Object - Access 2k | 11 Oct 2005 12:22 GMT | 2 |
There have been several occasions when I have found it helpful to check the collection of controls on a form, looking for any with a particular tag. This has always worked for me before, but now I have struck a problem. In the same database I have two forms where I have used this ...
|
| Access Shell Window gets left open after application.quit | 11 Oct 2005 11:15 GMT | 4 |
I've checked all my open and load events of every form in my application, I'm not leaving any recordsets open. So what would cause the following code to leave the Access shell open After it shuts down the database and forms?
|
| Button Enabled on true/false | 11 Oct 2005 09:36 GMT | 7 |
I have a button that will open another form on one of my forms. I have set this buttons Enabled property to no. On AfterUpdate on a Check box I have set the buttons enabled property to true. Private Sub CarrierClaim_AfterUpdate()
|
| Form focus problem | 11 Oct 2005 08:39 GMT | 4 |
I have a data entry form and a popup account selection form, visible and available to the user simultaneously during data entry. When the user moves to a new blank record, the cursor is in one of the data entry form fields. The user then must manually move the cursor to the ...
|
| Help with this function... | 11 Oct 2005 04:47 GMT | 2 |
I am running this application in Access 97 and are plugging the start and end dates from the date controls on a report menu (which are actual dates from a table) into hidden controls on the MainMenu form. The 2 global function below are to grab those values and use them to set ...
|
| Turn Default Property On/Off | 11 Oct 2005 02:11 GMT | 2 |
I have a data entry form. A lot of the time the same information is being entered on the 2nd, 3rd, etc data entry record with a few variations. Is there a way to add a button or Menu a way to turn the default replication of the previous record on if need? I think the default for ...
|
| Creating multi-select list box for data entry form | 11 Oct 2005 02:09 GMT | 1 |
I have created several multi-select list boxes on two of my forms. Choosing "extended" on the multi select and using the "value list" on the Row Source Type. I want to created this multi-select list box for data entry on one form and for querying my database on another form. ...
|
| How do I get new records to add to top of continuous form | 10 Oct 2005 21:16 GMT | 2 |
I can get the display order to list records from most recent date to earliest date. But you have to scroll all the way to the end of the list to add a new record. How do I get new records to insert at the top of the list?
|
| Listbox Image | 10 Oct 2005 21:13 GMT | 3 |
I'm trying to put n image in a listbox. This is wht I hve but it doesn't seem to work; EMemo:IIf(IsNotNull([Memo]),c:\Gor\GImages\Notepd.jpg,"") If the field has an entry I wnt the image to appear, otherwise the field
|