| Thread | Last Post | Replies |
|
| Go to last record when selecting different pages on tab control subform | 09 Mar 2006 13:41 GMT | 7 |
Hello group mates: I've searched the groups but have only come up with half the answer. Please forgive the stupid question. I have a form with 2 pages in a tab control.
|
| what is the vba code I can use to filter dates on my form | 09 Mar 2006 08:03 GMT | 1 |
i need a code where I can filter the records by date. what is the vbc query. the filed on my Issue table is "opened Date" Thanks for your help
|
| Run-Time Error 3125 | 09 Mar 2006 07:59 GMT | 1 |
I'm hoping someone can help. I'm trying to execute a filter on a form that utilizes a subform. I also have a combo box on the form, which when the filter is applied, works. I just can't get the subform part to work. I receive the error: "Is not a valid name. Make sure it ...
|
| Calculated Field On My Form | 09 Mar 2006 06:22 GMT | 4 |
I have a form I have created (data source is a query) that is being used to create a "checklist" form. So, I have these items in each row: Item Risk Factor Complete Status -------------- ------------ ----------- --------
|
| Forms Closing | 09 Mar 2006 05:09 GMT | 3 |
I have a form with an unbound text box txtDept. I Have code attached to the afte update event of this tevt box only. I have a button with code DoCmd.Close "fromName",acSaveNo. When I press the button a parmeter box is displayed requested the value of txtDept. If I select ...
|
| how can I filter by date on my search form | 09 Mar 2006 05:04 GMT | 1 |
I want to filter by date on my form. I want to input the date range from to TO: and search. what is the code I can use to write for filtring between dates,
|
| Use If to check for multiple TRUE conditions? | 09 Mar 2006 03:13 GMT | 3 |
Tried to use IF and IF. It fails. Haven't found a solution. Suggestions? 'check for data in mandatory data fields If Me.IntervalType = "Hours" Or Me.IntervalType = "Cycles" And IsNull(Me.Interval) Or Me.Interval = "" Then
|
| Fill Combo Box with two box values | 09 Mar 2006 03:07 GMT | 1 |
I am looking for a way to fill a combo box from two text box values on the form. The problem is the data is not stored in a table because the user is in data entry mode. Example, User will select the primary email from [cmbPrimaryEmail] and the value list will come from ...
|
| i have two date fileds Opend date Due date, can i set default on due date so, its always = to open date on my data entry form1 Urgent | 09 Mar 2006 01:08 GMT | 1 |
On my Data entry form, i have open date and Due date. How can I default due date so, its alway = to open date. with out doing the entry. so, i can due date. Pl advsie. thanks
|
| Adding record failure using nested loops | 08 Mar 2006 23:11 GMT | 1 |
hey all, I have some code that is intended to dupe a set of records in a table and related table. It works fine for the first table duping as many records as appear in the
|
| Urgent help needed! I have attached the code so, you can help me. thanks | 08 Mar 2006 22:41 GMT | 1 |
I get error when I run this code to search inbetween the dates. Any advsie pl. ' If Opened Date From 'If IsDate(Me.OpenedDateFrom) Then
|
| Recordset clones without a form? | 08 Mar 2006 22:24 GMT | 3 |
I am totally new to using a recordset clone, and perhaps this is not the right application of it . . . I have an application whose only form will contain a command button to start the action. What it needs to do is to take a table and record-by-record,
|
| recordsetclone question | 08 Mar 2006 20:51 GMT | 27 |
I have a form with two combo boxes, Style and BlendID. For each new record, if the user selects an existing Style, I want to display the corresponding BlendID. If a new Style is typed in, I want the user to be able to select an existing BlendID or enter a new one. Complicating ...
|
| Using list box to pass selection to query | 08 Mar 2006 20:47 GMT | 8 |
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
|
| Dlookup Query | 08 Mar 2006 20:42 GMT | 2 |
I'm having a bit of a problem with this Dlookup: If DLookup("[Company Ref]", "Main", "[Company Ref] ='" & Forms! [frmUpdateClaim]![Company Ref] & "' and [Registration Number] ='" & Forms! [frmUpdateClaim]![Registration Number] & "' and [Settled] ='" & -1) Then
|