| Thread | Last Post | Replies |
|
| Run-Time Error | 23 Nov 2005 16:13 GMT | 5 |
I'm trying to update a element in my table with a calculation:- Me.Planned_DailySupplementAllowance=[Destination Subform].Form!DSASubTotal Me.Planned_TerminalCost = ([Destination Subform].Form!IntA - 1) * DLookup("[TerminalRate]", "System", "[RecordID]=1")
|
| send emails | 23 Nov 2005 16:00 GMT | 2 |
how can i determine with witch appliction user will send emails (outlokk, outlook express , ...)?
|
| Manipulating continuous forms... | 23 Nov 2005 15:40 GMT | 1 |
I have a sub-form that acts as a continuos form. I want to allow the user to optionally click a button at the end of the "NEW" row that will copy some of the previous rows contents. How do you address the previous row of a continuous form?
|
| How To ...... | 23 Nov 2005 13:48 GMT | 2 |
Hi to all, I have build a report generator which allow the end user to select some criteria and some sorting option to open report according to he's needs by clicking on a command button..
|
| msi file format | 23 Nov 2005 13:42 GMT | 2 |
i'm not sure this is the right group, but, i am currently trying to develop a program that extracts the inner files of an msi setup. (without using the windows api) i have already created a program that reads the OLE format, but now i
|
| Running criteria query using ADO in form causes error | 23 Nov 2005 12:51 GMT | 1 |
I've searched and haven't found a response on this one, so I wonder if you can help. I've got a criteria query called qryFindTrainingDue which looks as follows: SELECT tblTestTrainingDue.Employee, tblTestTrainingDue.TestTrainingDue
|
| adding mediaplayer to access | 23 Nov 2005 12:15 GMT | 1 |
situation, got a table of tracks (music) and then a form with a media player on it and a list box of all the music, and would like it to play a clip of the track when the track is selected in the list box and a button is pressed, can any one help me please of the code in vb to ...
|
| Runtime error 429 Active X cannot create control | 23 Nov 2005 12:03 GMT | 1 |
I am trying to run a DTS package from a VBA module in Access. It works fine on my computer but I have SQL Server installed on my computer. I added the dll for the DTS object library for the user since they do not have SQL server installed on their computer and I am getting ...
|
| Mouse Roller button disabling | 23 Nov 2005 11:23 GMT | 2 |
When someone is viewing a form of mine and uses the mouse roller button on the top of their mouse then some information updates to the next record but others (combo boxes) does not. I'd like to effectively disable the mouse roller button so it has no affect on my forms but don't ...
|
| How to avoid '#Error' in the display of text fields based on an expression, when no records appear? | 23 Nov 2005 10:56 GMT | 2 |
|
| Open Form another database - Urgent | 23 Nov 2005 07:16 GMT | 7 |
Thanks in advance. I am in a form on a database and I need to open another form but it is in a different database. If it is possible please let me know how I would go about it in coding.
|
| Clearing a checkbox | 23 Nov 2005 05:36 GMT | 1 |
I used a macro to refresh to clear the filter in a form. There are also checkboxes in the form and Refresh is not resetting the checkboxs for each record. How can I both clear the filter and the checkboxes?
|
| Date field plus 5 work days | 23 Nov 2005 04:49 GMT | 4 |
I'm not sure if this is possible or not, nor am I sure I'm posting in the proper group. Please accept appology if this is not the right one. I would like to put a field on my form that goes out to a table pulls in a field "due date" and adds 5 days to that. Is this possible? I'm ...
|
| Putting 2 Codes Together | 23 Nov 2005 03:33 GMT | 4 |
Is This How You Do This? For Each ctl In Me.Controls If ctl.Tag = "1" Then ctl.Visible = True
|
| Auto Fill Form | 23 Nov 2005 03:26 GMT | 3 |
I have an order form and I would like to auto popluate the order form when I select an item from a drop downlist. I have a table called tblOrderDetail. The drop down is based on a table called tblBundle. In this table I have a the following fields:
|