| Thread | Last Post | Replies |
|
| How to get daily rates from Bank Website automatically? | 18 Sep 2007 06:34 GMT | 2 |
It would be great If I could get daily rates (Dollar/Rubble, Euro/ Rubble) from a Web Site of an Official Russian Bank automatically into Access. I searched the group to find out an answer how to get a specific data
|
| Nz Function Question | 18 Sep 2007 01:54 GMT | 1 |
I hope someone can help me. I have this formula in the control source of a textbox on a mainform's footer My 2 subforms default view is set to Continuous =Nz(Transfers1_subform!SumOfQty1,0)+Nz(Transfers2_subform!SumOfQty2,0)
|
| User Defined Types | 18 Sep 2007 00:08 GMT | 1 |
On a form I have a listbox-list of Providers. When a command button is clicked to add another Provider another form opens to enter a new Provider number. The code below is to save that information and update the list on the main form.
|
| Autofill ID from one table to other | 17 Sep 2007 23:38 GMT | 3 |
I am using Microsoft Access 2002 SP3. I have one main table named Issues and several supporting tables all related on the ID field. The Issues table ID field has an Autonumber to populate the field when a new record is created. What I would like to accomplish is to have the ...
|
| Opening PDF from access | 17 Sep 2007 22:16 GMT | 2 |
If we do ... strAppName = "C:\Program Files\Adobe\Reader 8.0\Reader\acrord32.exe c: \data\xpto.pdf" Call Shell(strAppName, vbNormalFocus)
|
| Subform: Displaying more than 1 record | 17 Sep 2007 22:03 GMT | 1 |
Hi, I've got a temp table that's populated programmatically via a form's control events. I've got a form that uses this temp table and then is used as a subform. However, when I drag & drop this subform into my top form, and then
|
| Tabbed Control Focus | 17 Sep 2007 22:02 GMT | 2 |
when the last textbox on my form loses focus, how can I make the next page in my tabbed control get focus and open the next page? Regards John
|
| Copying usng a recordset | 17 Sep 2007 21:51 GMT | 2 |
i have a form which facilitates the user to edit the records in a subform. I have an undo method, which can either undo the current record, or wipe any changes and restore the table to the point at which the form was opened. i.e this is what i have in the form_Load procedure
|
| New Record on Open? | 17 Sep 2007 21:24 GMT | 4 |
I have a Main Form [frmCandidateDetails] with a subform [frmsubReviewDetails] On the mainform is a combobox [cboLookupName] which I select a candidate and the reviews for this person are shown in the subform.
|
| IN YOUR OPINION | 17 Sep 2007 20:27 GMT | 14 |
This updates a database that isn't the current one. Does anyone see any problems with this or any way to make it shorter? I have to place it in a lot of places so your advice and/or suggestions are most welcome.
|
| No Picture Found... | 17 Sep 2007 20:04 GMT | 5 |
hi, i have a table which stores suppliers and info about them, including their logo. Using OLE Object The logos are embedded into the table, I know big file size, but means true
|
| Help needed with form/sub-form | 17 Sep 2007 19:50 GMT | 1 |
I need some help with my form/sub-form. I'm just not getting it. Master form (has 1 cbo and 3 txtboxes) is bound to Empl table. The cbo, an emplNum is the PK/FK. The sub-form is based on a saved query and th emplNum is the FK. Data on parent form should be read only and should ...
|
| Exact Validation Rules for a combo boxes | 17 Sep 2007 18:58 GMT | 4 |
I want to validate to either alllow or deny a user's entry to certain combo boxes in the form. The comboxes have the lists from another table. So this is what I have in the BeforeUpdate if cboPlace <> "Away" or cboPlace <> "Home" or cboPlace <> "Dont Know" then
|
| Reseting Filter | 17 Sep 2007 18:57 GMT | 4 |
I have form running on a query with a few filtering combo boxes. I have the following code in the query for the criteria: Like "*" & Forms!frmMain!cboCombo1 & "*" in the afterupdate of each combo i have me.requery
|
| Round off a Number Field | 17 Sep 2007 18:22 GMT | 2 |
I have a form where I input numbers. If the number inputed is greater that 99.99 I want to found off to the nearest whole number. What would the code be for doing this and in which event should I place the code? I've tried various things, none of which worked.
|