| Thread | Last Post | Replies |
|
| Help with Environ within Novell environment | 19 Jan 2007 16:04 GMT | 1 |
I am in over my head a bit! I am working in NOVELL environment and have developed an Access database where I want the Novell User ID that is logged into computer to automatically populate a Label on a form. I have the following
|
| Type mismatch message | 19 Jan 2007 15:46 GMT | 3 |
I am getting the message "Type mismatch" when I try to run a report based on what records are selected in a multi-select list box. I believe that the problem may be stemming from my criteria statement as shown here: For Each varItem In Me!lstBidSelect.ItemsSelected
|
| coding for combo box problems - handling entries - | 19 Jan 2007 15:04 GMT | 3 |
I have my combo box working fine except that when testing it , I found that if I enter a value that alrealdy exists, an error is generated about duplicates. I tried doing a dlookup for that problem. It's not working yet, but is this correct idea?
|
| Auto-Update References | 19 Jan 2007 14:53 GMT | 1 |
I have a problem with an Access 2000 database. On my machine it runs fine, on a customer's machine conditional format does not work and when running a report, an error 3075 occurs. http://support.microsoft.com/kb/194374
|
| Write to table programmatically | 19 Jan 2007 13:44 GMT | 6 |
I have code that looks like the following in the afterupdate event of a text field that programmatically writes a record to a table. For instance, if an inmate moves into a bunk, the record is filled with an "in" date and time (as below). When the inmate later moves out of the
|
| ComboBox question | 19 Jan 2007 08:45 GMT | 1 |
I have a table with a lookup field called fldDeviceDescription. This field has a comboBox lookup to a table called tblDeviceLookUp, which has 4 fields; fldDeviceNo, fldDeviceCompany, fldDeviceName, fldDeviceModelNumber. I want my users (via a form) to be able to choose the ...
|
| Dirty property & Changing values via VB | 19 Jan 2007 08:06 GMT | 4 |
Hello people :) Whenever you change data on a form via keyboard the Dirty property responce to that. It's possible to perform actions via the Form_Dirty sub after this.
|
| NotInList Combobox & New Form | 19 Jan 2007 07:51 GMT | 2 |
Hello everyone :) I am using the NotInList event of a combobox to add new data to the list. I use another table as the rowsource of the combobox. What I want is a new form whith which I can add the new entry and some extra
|
| Click event for all controls | 19 Jan 2007 06:37 GMT | 1 |
I have a form with a varying number of check boxes on it. On the click event of each box I want to trigger a verification routine that selects other checkboxes as defaults depending on the users selection. Rather than have a procedure called seperately for each control, I want 1
|
| Add more text | 18 Jan 2007 23:39 GMT | 1 |
I need to add more text to the data I am copying from the below statement. !JobName = Me.JobName I want to add the words DUPLICATE after what ever is copied from the Me. JobName.
|
| Printing current record | 18 Jan 2007 22:52 GMT | 2 |
I have a Access 2003 application. Here is my problem. When I create a new record and then right away I want to print it. I get an error saying "This record contains no data" even though data is in the form. If I then scroll the mouse button up or down one record or
|
| Setting "As Control" for Nested Subforms | 18 Jan 2007 14:27 GMT | 1 |
I've got a series of nested sub-forms: (1a) Main Parent (1b) Sub-form: Header of calendar -- Months, Days of Week, etc. (1c) Continuous Sub-form: Displays employee vacations
|
| Change datasheet column heading names | 18 Jan 2007 10:31 GMT | 2 |
I have a main form setup "myMainForm". On this main form I have a subform "mySubForm". The subform is refreshed/requery after the user types in a date such as "01/07/07" from the main form. The subform is generated based on a crosstab query that I create in VBA code on the fly ...
|
| Open a report based on values from Two List boxes value | 18 Jan 2007 06:01 GMT | 2 |
I wish to open a report from the multiple values i have selected in 2 different list boxes. Name of list boxes are List24 and List 27. List24 showing the supervisor (MWC) and List27 the plants. Please see the following code and instruct me how can i add the code
|
| Cannot refresh list when applying value to Combo Box | 18 Jan 2007 00:29 GMT | 2 |
I have a form which opens up from a command button, and places a value in a combo box (Combo0). There is also a list (List2) which refreshes (at the moment only on AfterUpdate of the combo), detailing training courses attended by that person.
|