| Thread | Last Post | Replies |
|
| error 3048 - Cannot open any more databases | 04 Oct 2007 03:19 GMT | 9 |
I am having an issue with a form that I am hoping someone can help me solve, or at least point me in a direction so that I can arrive at a solution myself. Well I guess to begin with I am running Access 2003 on Windows XP. My issue is, as stated in the subject line, that I am ...
|
| Looping Duplicate Validation | 03 Oct 2007 22:00 GMT | 1 |
Using Access 2003 I am using a form with 6 combo boxes for selecting names. The controls work as they should to select the names, but I need to do two things before I save the record;
|
| Please Help with syntax | 03 Oct 2007 21:39 GMT | 6 |
I am trying to run the following sql from the vba behind a button on a form: sql = "INSERT INTO tblScorecardActivity ( PaperReqID, ReqTypeID, ActivityMeasure, BD, IntakeTargetDate ) " & _ "SELECT " & Me.PaperReqID & ", RequestTypeID, Activities, BD, " &
|
| limit Criteria from a date field | 03 Oct 2007 21:05 GMT | 2 |
I have a field that performs a calcualtion based on a date: Age: ([DATE]-[TR_DATE]). I need to add to the criteria >50 But the error says Arithmatic overflow error, guess because it was a date
|
| Listbox and multi-select and dropdown? | 03 Oct 2007 20:13 GMT | 1 |
I need to have combo box capability with multi-select ability. I tried using listboxes, but the problem I have is they don't drop down so I can see only one listed item at a time. I cannot make the listboxes bigger. Is there any way to code a listbox to drop-down, maybe by ...
|
| display data in subform | 03 Oct 2007 19:28 GMT | 2 |
My from displays Members. That form has a subform that displays Doctors. I need to add a command button to add Doctors and have them display on the subform. When I clisk the command button it opens a form with all my Doctors.
|
| organize a combobox | 03 Oct 2007 19:20 GMT | 2 |
I have a combobox that lists forms to open and does so via an after update event. Here is the combobox: SELECT tblProfileTypes.Description, tblProfileTypes.Class, tblProfileTypes.txtProfileType
|
| Flexgrid | 03 Oct 2007 19:03 GMT | 1 |
I have a form with a flexgrid on it. I plan to place a number of buttons on the form above the columns of the flexgrid. When each button is clicked I would like the column below the button to list in ascending order. Any help on how to code this would be appreciated. Thanks
|
| Can't assign value | 03 Oct 2007 17:17 GMT | 1 |
Help! I cannot determine why this fails after it succeeds. The following code is attached to a button to add a new job and its visits. I can select a client and successfully add multiple jobs. However, when I select a different client and attempt to add a job I get '2448 ...
|
| Coding error | 03 Oct 2007 16:41 GMT | 4 |
I have a code (see below) that keeps receiving a run-time error (2166) that states "you can't lock a control while it has unsaved changes"...I have in my code a command that should save the record before it actually locks the field but for some reason does not seem to work.
|
| Show and edit link table data using checkboxes | 03 Oct 2007 14:52 GMT | 3 |
I have a form showing data on a given record. Each record is potentially linked to zero or more values in a lookup table. I'd like to be able to display the data in the link table by using checkboxes to show if a link exists and to create/delete records in the link
|
| Update crashes Access except in debug | 03 Oct 2007 11:48 GMT | 1 |
Running Access 2003 on XP, doing a select from a table and passing the results to this subroutine to update another table. When running in debug mode, it works. When I stop it an anaylze the update statement, copy and paste into a new query, it works. Running without debug ...
|
| Filter on same fields with multiple combos | 03 Oct 2007 10:00 GMT | 2 |
Is there a simple way to match all values in multiple combo boxes against four different fields in a table to filter records in a table? I have a table with patient visit information (tblVisits). There are four fields in the table, (Diagnosis1, Diagnosis2, Diagnosis3, and ...
|
| Error 3061 when running update query from code | 03 Oct 2007 06:00 GMT | 3 |
I am attempting to run an update query (a saved query in my database) from code, and keep getting an error message (3061, Too few parameters, expected 2). The SQL of the query is:
|
| Only one column shows in 2 column combo | 03 Oct 2007 03:11 GMT | 3 |
Using Office 2003 and Windows XP; I have a combo box on a form that is set for 2 columns. IT is bound using the following in the Row Source: SELECT tblSourceCategory.Source_Category_ID,
|