| Thread | Last Post | Replies |
|
| Date/Time format | 10 Mar 2006 10:02 GMT | 8 |
While creating a table, in code, using 'CreateTableDef' and 'CreateField', is it possible to set the format of Date/Time fields to 'ShortDate' or 'ShortTime'? Martin Dashper
|
| Microsoft Works database? | 10 Mar 2006 08:32 GMT | 5 |
A friend mentioned that he had received a copy of a Works database (filename.wdb) that is basically a contact list and budget for a club. He doesn't own Works, and does not know how to open the file. I tried to retrieve it via Access and was not successful. Anyone know if ...
|
| Refresh data in a combo box | 10 Mar 2006 06:26 GMT | 6 |
I have a form that shows info for a single table. One of the controls is a combo box that lists all the existing values in that field in that table, using this SQL: SELECT [Ads small version].Publication
|
| Need some help w/ "Code" behind a checkbox on a form.... | 10 Mar 2006 05:30 GMT | 1 |
1. Just to explain: I have a form in my database called "Move To Production" which displays all the "Requests" that the manager would like to move into production off of a query. So the form design only looks like one line of
|
| Using list box to pass selection to query | 10 Mar 2006 05:30 GMT | 1 |
I admit first that I am not very good using SQL. I am new to Access, but I am trying to pass a selection in a list box as criteria for a query. This list box is set to Multiselect "None", so I only need to pass a single selection to the query. The list box is populated with
|
| Clear a List Box | 10 Mar 2006 05:30 GMT | 4 |
Your help will greatly be appreciated. Have a query based on 4 drop down combo boxes in which the results are displayed in a list box. The user clicks a clear button to remove all combo box selections.
|
| Filter with mulitple criteria | 10 Mar 2006 04:09 GMT | 2 |
I have searched the groups but didnt get it work. I am trying to filter a form with three criteria: 1.BATCH NO SHOULD BE BETWEEN XX AND XXX 2.DRAFT NO IS NULL
|
| Need help with file dialog box | 10 Mar 2006 01:50 GMT | 1 |
I'm working on a pretty simple database and i'm trying to attach a hyperlink to a file for each record. Basically, the user enters data and attaches a link to the associated file with the data. The original files are stored in a folder on the computer hard drive.
|
| update table from current form | 10 Mar 2006 00:21 GMT | 1 |
I have a table "customer" which has a one-to-many relationship with table "addresses". The primary key of "customer" is an autonumber field. I have a form that displays the customers, and allows you to add a new customer. Also on this form is a command button that uses
|
| Help with linking a Subform to another subform | 10 Mar 2006 00:19 GMT | 10 |
I'm hoping someone will be able to help me. I have a master/detail form that works fine. The detail is in a datasheet view and shows about four columns of a 100 column table. I've created another form that contains the remainder of the fields
|
| Need Urgent Help! | 09 Mar 2006 23:50 GMT | 5 |
I have a form with fields like - Order No. .... OrderPackList, etc.
|
| Embedded Query throwing up unexpected results | 09 Mar 2006 23:14 GMT | 2 |
I am trying to embed the following query into my code: strSQL = "SELECT * " _ & "FROM tblDespatch " _ & "WHERE SalesOrderNumber = " & lngOrderNum & ";"
|
| code placement | 09 Mar 2006 23:04 GMT | 4 |
I have created a database that runs over a big net work some times I get a message "Could not update; record locked" I have found a solution which is as follows Dim cn As New ADODB.Connection
|
| Invoiceing / Invoice Payment Add Initial Payment Record? | 09 Mar 2006 22:33 GMT | 27 |
godo day all, I have an frminvoices, frminvoicedetails subform, and frminvoicepayments subform. When I initially create an invoice, I add the records through the
|
| Fill a Combo Box with two text boxes values | 09 Mar 2006 21:45 GMT | 2 |
The following function is used to fill a combo box from the values of two text boxes. This function is called from the Record Source Type property on the combo box. But it doesn't update on next record or doesn't work in data entry mode. I looking for a way for the user to
|