| Thread | Last Post | Replies |
|
| Access form button that will open a PARTICULAR file | 18 May 2008 09:17 GMT | 2 |
Thanks for the help. I don't think my earlier question was clear enough. I have a Microsoft mapping program called MapPoint. It resides in C:\Program Files\MapPoint. From that Mapping program I have made various Map Files: MyMap.ptm, Arizona.ptm, PA.ptm, California.ptm, etc. ...
|
| focus after click | 18 May 2008 04:08 GMT | 13 |
All, I have a form that has a button to advance to the next record labeled "Next". I am able to advance to teh next record but the focus is still in the button and not the 1st textbox "Call".
|
| change field value on form based on another | 18 May 2008 04:03 GMT | 5 |
I have a form that displays New Vehicle Inventorty in stock, it is called STATUS, and it will diplay "N" for NEW what I would like to do is, when the STATUS Field changes N to A (for ACTIVE), I would like to fill in a field in my form with TODAY'S DATE. The vehicle would stay ...
|
| Sub Forms | 18 May 2008 03:53 GMT | 3 |
I have a Main Form that I use to enter payroll information for a full week to track total hours worked but I want to add a Sub Form that will track details for that week for hours worked each day of that week. I have attempted this several times but am having difficulties ...
|
| Want option of creating a new record without error messages. | 18 May 2008 03:47 GMT | 2 |
I'm using Access 2000 and VBA. I have a simple bound form that displays a set of records. Sometimes, when I am not interested in creating a new record, I scroll beyond the last existing record, i.e. to the "new" record. When I immediately
|
| How do I use the value from a subfrom field as criteria in a query | 17 May 2008 16:13 GMT | 4 |
I have a membership database and within the main input form is a sub form for address input. - A person may have more than one address. I have added a control to the form that calls a query which checks to see if the address has been used by another person, say a works address. ...
|
| Why doesn't listview item stay highlighted when it looses focus? | 17 May 2008 07:22 GMT | 1 |
The subject line nearly says it all. I have a listview on a main form with a subform that shows details of the selected item. When I click and item in the list view, the whole row highlights, but as soon as I move the focus to the subform, it goes away.
|
| focus | 17 May 2008 00:35 GMT | 1 |
I have a unbound text box and an image on a form. When the text box is filled out with "aaa" and you click the image, it unlocks some fields. My problem is that when I'm in the box, then press the image it does not work. When I move the cursur out of that box to another field and ...
|
| access | 16 May 2008 23:49 GMT | 1 |
how do i create a unbound checkboxes within datasheet
|
| Cannot append to table | 16 May 2008 23:42 GMT | 3 |
I have: INSERT INTO Temp_Tbl Br, ONo, SCode, TR SELECT Or.Br, Or.ONo, Or.SCode, Or.TR From OL WHERE OL.Br = """ & Br & """ AND OL.ONo = " & ONo The only other way which is much slower is: set rstfrom = recordset
|
| Open Subform to specific record | 16 May 2008 23:15 GMT | 6 |
I would like to open up a subform to a specific record based upon the record that is currently open in the main form. Both tables have a field called Firm ID (both are integers) Under Arguments I have:
|
| Error while importing a text file | 16 May 2008 22:52 GMT | 1 |
I have a saved import process that has worked for over a year. Today it started giving me the following error: Method 'Execute TempImexSpec' of object '_WisHook' failed. I've tried to redefine the import, I've looked at the data on the import,
|
| Access 2007 Crashes when user changes data on a control then tabs | 16 May 2008 21:30 GMT | 1 |
We have recently upgraded to Access 2007 and I have a form that causes Access to crash when I make a control (text box) dirty by typing in it, then move to another control in the detail section using the tab key or mouse. If I click on a control in the form header, then back to ...
|
| Error when trying to import in VBA | 16 May 2008 21:02 GMT | 1 |
Hello, I have used some code that I found on this site to help a user import files using pop up browse windoes as oposed to manually. In the end what I want to do is add a primary key column automatically once tehy import the file and
|
| Use a Combo Box to Automatically Complete More than 1 Field? | 16 May 2008 20:43 GMT | 2 |
I have a Form that is completed with information like Name, Pay Rate, and Employee Number. I have tried setting up a combo box to look up the Employee # and then automatically complete the remaining fields pertaining to the employee with the basic information. Is it possible to ...
|