| Thread | Last Post | Replies |
|
| No value given for one or more required parameters? | 19 Aug 2005 14:40 GMT | 16 |
I am trying to look up a "CWA Number" from tblLabourTransaction using a unique Reference Number as criteria. "txtAssRefNumber" is an unbound object where the user enters the reference number to be searched. In other words, the user enters the reference number, triggers the event ...
|
| automatically filling in fields in form | 19 Aug 2005 14:36 GMT | 2 |
I'm a new Access developer working on my first application. I have a form with a command button on it, and when I click on the button, it opens a second form , setting a WHERE clause and passing OpenArgs to it. This part is working. The second form displays multiple records, ...
|
| Two dropdowns in subform in form - need help | 19 Aug 2005 14:06 GMT | 8 |
I have an Access 2002 database that has a form which contains a subform. The subform has two dropdown lists. The second dropdown list's values will depend on the selection in the first dropdown list (list one wil lhave a choice of 'Service' or 'Product'; list two will contain ...
|
| Multiple query criteria from list box | 19 Aug 2005 12:45 GMT | 2 |
Hello, I have a list box with fields [empID] and [VisitID] and a query which uses these two criteria to extract data from a table listing all the visits an employee is responsible for. I can and have used the double click event on list boxes to open a form tied to a query using ...
|
| Finding Min of Values (dates) | 19 Aug 2005 12:01 GMT | 5 |
I need to find the lowest values of a set of dates, I tried using MinOfList() Function MinOfList(ParamArray varValues()) As Variant Dim i As Integer 'Loop controller.
|
| Intractable Combo Box problem! | 19 Aug 2005 09:18 GMT | 1 |
I have a small pop-up form with a Combo box on it. This Combo box is based on a totals query and its purpose is to put values from 2 columns of the combo into two text boxes on the same form. (Later these text boxes will be used as parameters for a Report based on another
|
| Search for a record based on one of two fields | 19 Aug 2005 09:02 GMT | 18 |
Basically.. I have a text box which is the search data (a part number) & a button that says start the search (using the info in the text field) I have a whole bunch of records, and because of my companies semi-adoption
|
| tabbing to a subform | 19 Aug 2005 08:16 GMT | 16 |
I have a subform, where the user enters the account and the amount. The amount can be distributed the several jobs. So with the third tab I want the move the the job number field on the second subform.. How can I do that?
|
| sending form via email | 19 Aug 2005 06:44 GMT | 8 |
I have a form with a submit button. This button currently writes the form data to a table, now i want to add the functionality to email a short message that ticket #xxx was created where the ticket# comes from the form. Could someone help me get this done? I can send a table but i ...
|
| Image.Picture--size of property | 19 Aug 2005 06:19 GMT | 3 |
I'm attempting to assign an image path to an image control, as below: imgImage.Picture = Recordset!ImagePath I keep getting the error "The setting for this property is too long." At first, I was using a very long filename, but the error persists even when I
|
| Audit trail assistance in access 97 | 19 Aug 2005 04:01 GMT | 1 |
I am develooping an audit trail script in VB for an Access 97 application. Is there a visual basic 6.0 script that can determine if a table field is a primary key? I wish to capture the unique primary key for each record that is viewed/updated/created. Here is a snippet of how ...
|
| I want a field to check itself for duplicates | 19 Aug 2005 03:45 GMT | 5 |
On a form ( ID field hidden) I wish to have the second field (ie Ingredient Name) check and see if it already exists. If it does then display the record for editing. If not then continue to fill out form. I've tried various things but fairly new so a few clues would be great! ...
|
| Checking Printer Status | 19 Aug 2005 03:29 GMT | 2 |
I'm using Access 2002. How can I check the status of my printer? Must I use API, if so how? Or can I use the Printers Collection. and once again if so how? Thanks
|
| Configuring MsgBox | 19 Aug 2005 02:42 GMT | 3 |
I would like to startup a MsgBox in Access code, such that, it can display three option buttons, e.g. Yes, No, and Other. Is it possible? If so, how do I setup the MsgBox and parse the three options?
|
| Changing datasheet column titles on the fly? | 19 Aug 2005 02:02 GMT | 4 |
I have a form that contains a subform displayed in datasheet view. I want to be able to change several column headings of the subform depending on values selected by the user on the main form. The column headings appear to be coming from the .Name property of each object in the ...
|