| Thread | Last Post | Replies |
|
| Listbox filtering on a form | 23 May 2008 14:57 GMT | 7 |
I have a form that the recordsource is called from query. On this form I also have a multiple select listbox. this has the following sql statement as the row source SELECT qryproductfamilydescription.[Product Family Description] FROM
|
| Datediff | 23 May 2008 12:23 GMT | 2 |
Hi, I Have to calculate the difference in hours between dates and times ignoring weekends, holidays and the hours between 6 Pm till 9 Am. Do any one know how could I do that
|
| Combo Box | 22 May 2008 20:13 GMT | 1 |
I have a combo box on an sub form cboPDOPID. The row source is SELECT tbl_Policy_Procedure.PDOPID, tbl_Policy_Procedure.PDOPName FROM tbl_Policy_Procedure; It is bound to column 1 which is an AutoNumber field in the table. Columns
|
| Yet another filter Subform by Combo Box | 22 May 2008 18:06 GMT | 1 |
First, sorry for posting a question like this again. I know its been answered before, but even after trying a few methods on this site, I'm still unable to get mine to work. I have a main form called Employee Information. On This form is a tab control with 2 tabs: "contact ...
|
| Image references | 22 May 2008 17:53 GMT | 1 |
I have a large number of photos linked to display in a report and a form. This is set up so that the image frame will look for the appropriate file without incorporating it as an OLE object: 'define the photo file name'
|
| is UPDATE or DELETE QUERY able to touch another database? | 22 May 2008 14:25 GMT | 4 |
Is it possible to UPDATE or DELETE any record which is located on another database table, by using update and delete query? I can manipulate a table on another database by using APPEND and MAKE TABLE query.
|
| 2 Questions on Default Values and Multiple Field Lookup | 22 May 2008 14:24 GMT | 6 |
I’m building a Travel Expense database for my co-workers who travel to various companies to do audits. This will not be a shared database, each employee will have their own copy of the application that stores only their travel expenses.
|
| Help with code | 22 May 2008 10:54 GMT | 2 |
I have the following code to check for duplicate number. the code work when there is an existing number. I got error when IDStg is null. Dim db As DAO.Database Dim rst As DAO.Recordset
|
| Code to force click on command button | 22 May 2008 08:06 GMT | 1 |
Hi All, I thank you in advance for your time. I have a text box with an event code on click that calculates a number based on data entry in my main form (the user clicks the button to calculate).
|
| Add field to db using code | 22 May 2008 06:35 GMT | 1 |
I developed a linked front-end/back-end application (Access 2000) for one of my customers. Is there anyway I can add a field to one of the existing back-end tables using VBA from the front-end? I'd like to simply be able to send them a new front-end with a command button that ...
|
| Code accompanying Form | 21 May 2008 22:19 GMT | 1 |
2003 Currently 1st time design/use of form. I am not sure how to code a form. Is there a wizard? Does creating a form and/or buttons generate any code?
|
| Using two combo boxes to filter a form | 21 May 2008 20:46 GMT | 1 |
Using Access 2003, I am using two combo boxes to filter a form with the following code at the top of the form's event procedures: Option Compare Database Option Explicit
|
| Buttons for Date Input | 21 May 2008 20:29 GMT | 3 |
DB is A2000 running on Access 2003 I have a main form ( frmOpenReport) with a subform (subReportList) listing the reports I want to open. The main form has three fields to input date ranges as report parameters :
|
| Use If / Then to call a module | 21 May 2008 19:43 GMT | 15 |
This is probably because I have trouble getting my head around Nulls... I have a text box and if there is a value (not null) I want to call a module to email a report to a user. If there is no value (null) I
|
| ListBox table field names | 21 May 2008 17:26 GMT | 2 |
There must be a way to determine the field names of a ListBox whose record source is Table/Query. For example I would like to know that ME.LISTBOXNAME.COLUMN(0) corresponds to the field recordID in the table. How?
|