| Thread | Last Post | Replies |
|
| difference of dates | 03 Dec 2005 06:13 GMT | 9 |
how to find out difference between 2 dates without calculating weekends i.e. 2 days thanks
|
| add a future date | 03 Dec 2005 06:04 GMT | 1 |
I need help with code I have a current date field named Date and a futer date field named ExpireDate. I can't seem to get one month from current date to enter into expire date. this is what I have: Private Sub Date_AfterUpdate()
|
| What am I doing wrong??? I'm getting a headache! | 03 Dec 2005 04:41 GMT | 8 |
I want to populate a txtPackaging with one value if true and another value if false what I am getting is only the value as if the statement is always true and I know for a fact that it is not. Look at tblCustomerPricing if cpFlatRate =-1 and the second If statement is
|
| Conditional Formatting | 03 Dec 2005 01:09 GMT | 2 |
I'm still learning Access and coding. Here's my dilemma: On my form I would like the "Last Name" field to flag if the same last name has already been entered. I want to allow duplicate last names, but I'd like to have the field turn red (for example) if the name has already been ...
|
| Lotus Notes Email | 02 Dec 2005 23:34 GMT | 2 |
Hi All ....I am trying to create a Reporting Form where an end-user selects the report and chooses an email option. Once the Email button is clicked, the Access Application will send out the report as attachment to the recipient. The sendObject method or action only works with ...
|
| Trying to subtract date range using General Date format | 02 Dec 2005 21:51 GMT | 1 |
I know there's a way to input a short date format (i.e. 11/30/05) in a query on a field that is formatted as general date (has time included). The query is simple - it reads: >=[Enter Beginning Date] and <=[Enter Ending Date]. The field name is: ActionDate.
|
| Required Field | 02 Dec 2005 21:49 GMT | 2 |
Hi All...I have three fields that I would like end users to enter before closing the form. I have following code If IsNull(Me.tblClient_ClientName) Then MsgBox "Missing Client Name", vbCritical, msgTitle
|
| Making a control with #Name? not visible | 02 Dec 2005 21:48 GMT | 3 |
How do I determine if a control is displaying "#name?" ? My front end needs to "turn off" any control that has an invalid control source, but I can't seem to test an invalid control source until I try to use the control.
|
| Speech Recognition | 02 Dec 2005 21:17 GMT | 2 |
Is there a known problem w/ speech recognition not working with an Access 2003 field defined as the following: Format: 0000000 Decimal:0
|
| Access 2000 - How to Generate Multiline Strings in a Memo field... | 02 Dec 2005 20:42 GMT | 1 |
I am using Access 2K and need to generate multiline strings within a memo field via VB code. Where you would click a button and it would first move to a new line within the field, then add the following format of text: Line 1
|
| In an Access form, how do I handle 2 related combo boxes? | 02 Dec 2005 20:02 GMT | 2 |
I have a form with 2 combo boxes, the selection made from the first combo will be the criteria for the second one. How do I implement this ? Thanks for any help or leads.
|
| Query date into Report | 02 Dec 2005 19:57 GMT | 1 |
From a Form I would like to enter a date range to pull from one single column within my table labeled "Date". When clicking a button I would like to have that date range opened to a report to preview/print. I have been unable to figure this out after numerous hours of trying.
|
| Problems with Code | 02 Dec 2005 19:29 GMT | 1 |
I am having problems with a few lines of the code. I am having problems with the line of code that states: If Me.txtPassword.Value = DLookup("Password", "Login", "[lngUserID]=" & Me.cboLogin.Value) Then
|
| How to get user Logon ID in Access | 02 Dec 2005 18:53 GMT | 9 |
I would like to store the user's logon ID in a record when inserting or changing a record. Putting a couple of invisible text boxes on the form would work, but how do I get the user's ID in Access?
|
| Multi-Select SQL | 02 Dec 2005 18:53 GMT | 2 |
I'm chosing records from a listbox, If I choose one record. It works fine. But If I do a Multi-Select then only the last Record I select gets inserted. How do I make this code accept Multiple Selections? Thanks
|