| Thread | Last Post | Replies |
|
| Error 2501 The OpenForm action was canceled. | 04 Oct 2005 03:00 GMT | 2 |
I keep getting this error trying to open a form from another form. The form I am trying to open has a table as the recordsource. At one time the form would open by clicking it, but not from another form which is how I need to open it. It would also open showing all the records, ...
|
| Compile code | 03 Oct 2005 23:16 GMT | 3 |
I have been using Access97 for years but I have recently upgraded to Access 2k3. When writing code in 97 I could click the button "compile loaded modules" to check the code for any problems. In 2k3 the only way to do this now seems to be compile under the debug menu. This is ok
|
| Change font size in VBA | 03 Oct 2005 23:03 GMT | 4 |
I have a msgbox which displays a message that I want emphasize. How do I in VBA bold, underline, change font size, or change font color? Thanks
|
| Not looping properly | 03 Oct 2005 20:07 GMT | 3 |
Hi, can anyone tell me why my loop is not moving to the next recordset properly, I am always stuck to the same record It is a very simple Do loop but seems I cannot make it work Thanks
|
| What is the difference in syntax for DAP with these Access form references? | 03 Oct 2005 19:37 GMT | 3 |
I wanted to know how I should translate these lines of VB to be compatible with my Data Access Page. These lines are from my data entry form and are a result from me converting the macros automatically through Access 2003. I just needed to know what I should do behind controls on my ...
|
| Populate unbound combo box on form open | 03 Oct 2005 18:59 GMT | 3 |
I have an Access 2000 form based on Table1. On this form are two unbound combo boxes; combobox1 references Table2 and populates combobox2, which references Table3. All is working fine with the combo boxes referencing each other and the record selected for the form; however, ...
|
| error 3048 | 03 Oct 2005 17:57 GMT | 2 |
We are using an MSACCESS 2K database on a W2K3 TS sessions, for from 2 to 25 TS users simultaneously. WHen they are opening a form with a lot of controls (between 300 and 500), from time to time (cannot recreate explicitly the error), the users are
|
| word 2002 viewer | 03 Oct 2005 15:53 GMT | 1 |
I am a new word user, each time I acquire a message in word 2000 and try to open it it appears in some kind of unreadable text? It looks like ascii? How do I convert these documents into simple english?
|
| How to update list box user defined callback function? | 03 Oct 2005 15:15 GMT | 2 |
Hi, All: I have a single form with many records. I use following format to fill in a list box with several columns using VBA: Function functionname(fld As Control, id As Variant, row As Variant,
|
| Detail format works in 2000 but not 2003 | 03 Oct 2005 14:28 GMT | 4 |
The following code works perfectly in Access 2000. However, it fails with #Name? being displayed instead of the value for sExtPrice. The code is contained in the Detail_Format section of the Report module. Does anyone know why this occurs and how to fix it? TIA.
|
| flexi combo | 03 Oct 2005 14:23 GMT | 3 |
Is there any way to automatically increment the selection of a combo box for the successive record entries (by the end user) by incrementing the index from their first manual selection? Is there any 'get index' command that can be stored and updated at each page update? Also, ...
|
| Data Entry into Grid | 03 Oct 2005 13:42 GMT | 4 |
I have a form with a calendar on top. When the user selects the date, I need to display a list of items from one of two tables (depending on whether data already exists for that date). The list of items has 3 fields each. The user must be able to maintain one of the fields. ...
|
| Using a Button to take an autonumbr from one form to populate anot | 03 Oct 2005 13:36 GMT | 3 |
Using a Button to take an autonumbr from one form to populate another autonumber field on another field. I have a Mainform "A" with a button and code that opens another Mainform "B" with a subform which has the same table as Mainform "A".
|
| Criteria Checkbox | 03 Oct 2005 10:07 GMT | 2 |
One field in my main table is delete - yes / no type. I made a query including that field so I could use delete as a filter for a report. I want my report to have the option of printing ALLrecords or ONLY THOSE NOT deleted. How do I code this in criteria for "delete". I found out ...
|
| Read Only Front End | 03 Oct 2005 09:08 GMT | 1 |
We have recently moved our Order Tracking system from an Access 2000 based system to an SQL / ASP system. We need to be able to access the old system to allow users to check historical data.
|