| Thread | Last Post | Replies |
|
| Update table and text box after a combo box selection is made | 04 Apr 2008 15:34 GMT | 3 |
I'd like to have a text box display certain information when a particular selection is made in a combo box as well as the table. For example – I have 6 options in a combo box. Depending on which option is chosen there are 6 different corresponding pieces of information that I ...
|
| auto update | 04 Apr 2008 15:33 GMT | 2 |
I have a multi users application and need to update every single user if there is an update. Are there any way to do autoupdate there client mdb? Your information is great appreciated,
|
| Accessing data from a subform in the parent form's recordset | 04 Apr 2008 13:31 GMT | 15 |
I have a field in the main DB that is the record ID (autonumber) which is not displayed on the parent form. But because I have a table relationship setup with the child table I need to access this field from child form when inserting records into the child DB. It works if the ...
|
| Joined Tables | 04 Apr 2008 06:13 GMT | 3 |
I'm trying to create a calculation of two fields in the design view within Access. I'm trying to perform a division calculation of one field, by another, Can anyone give me some pointers on where to start? I'm not super familiar with the syntax allowed to perform this...
|
| RunSQL Vs Execute ? | 04 Apr 2008 05:21 GMT | 6 |
What is the difference between (and is either preferred): Docmd.RunSQL "SQL statement" and CurrentProject.Connection.Execute "SQL statement"
|
| Timing of update of subform totals | 04 Apr 2008 05:12 GMT | 2 |
I have a calculated control in the footer of a subform to provide a total of items in the subform which are then transferred to the main form. Changes to a record in the subform do not seem to be reflected in this control until some point after the subform After Update event has ...
|
| problem with key violation | 03 Apr 2008 21:39 GMT | 1 |
i have a form where i want it to drop information into a different table based on a choice in the combo box. this was working but now it isnt. i am getting an error of a key violation on the SQL line. here is the sql:
|
| DCOUNT with 2 Criteria | 03 Apr 2008 21:32 GMT | 3 |
I have a formula in a Report Footer that I would like to calculate on 2 criteria. So far I have the following which counts all Bundle RES ADSL 1M Rate Plans. I would like to have these counted only if the Dial Up Number=225. I have tried putting AND at the end but it is ...
|
| Prevent Subform from saving record or delete record when moving to main form | 03 Apr 2008 21:06 GMT | 1 |
I have a subform that allows me to enter records in table "tblServices" that are linked to an individual "Guest Name". It is embedded in a form linked to the table "tblGuest" for the "Guest Name" When the user enters the Guest form, I have the subform automatically
|
| Itemdata and only 1 item selected | 03 Apr 2008 18:58 GMT | 2 |
I have the following code that I know can be rewritten to be a little more graceful. If Forms(stF)!lstRulesTableName.ItemsSelected.Count = 1 Then For Each varItem In Forms(stF)!lstRulesTableName.
|
| Using checkbox to select records to add | 03 Apr 2008 17:57 GMT | 3 |
Is there a way to use a checkbox on a form to select which records you want to include in a report or append query? I don't want to tie them to a table because I don't want to keep the checkbox data after I'm done. Is there another way?
|
| Any way to get an execution trace out of Access? | 03 Apr 2008 17:49 GMT | 3 |
I'm trying to debug a multi-user access feature. The only way I can do this is to know the execution path taken by each user. Is there any way to get this out of Access? Setting break points wont work because this code is time sensitive. Essentially, I am trying to code a system ...
|
| Today's date and add 365 for second date? | 03 Apr 2008 17:04 GMT | 4 |
Ok thanks for the replies however I don't know VB or how to implimentit. Is tere any to put a "code" in the General area when in design mode? Retarmy AkA Johnnn
|
| Subform child/master link question | 03 Apr 2008 16:36 GMT | 2 |
I have a main form which has a subform on it. in the table of the main form I have ComponentID --key item#
|
| Append Current record on Form using Form Button | 03 Apr 2008 16:28 GMT | 3 |
I have two tables: tblLicensedPrem and tblLicensedPremHistory (these tables are identical). tblLicensedPrem contains records for licensed premises. Over time details of a licensed premises change: e.g. the premises changes its
|