| Thread | Last Post | Replies |
|
| Problem retrieving data from a subform | 18 Nov 2008 19:50 GMT | - |
I’m working on an application that will be used to register people. The app is somewhat complicated so first I’ll explain what the app does (or is supposed to do) and then I’ll explain what the problem is. The registration process is performed in two steps, each step being done ...
|
| Determine AbsolutePosition in Access97 subform | 14 Nov 2008 20:18 GMT | - |
have an Access97 form with a subform (subD1W) that displays a number of values from a query. The query name is "qryD1W". The values are displayed as a continuous form. When I change one of the values in the subform, I want to determine the recordnumber (absoluteposition) of the ...
|
| embedded pivot tables will not requery | 14 Nov 2008 15:03 GMT | - |
I have about 21 embedded pivot tables that where used to display user information. I had to change the data linking and re-embed them for a project my company is doing. However, when the form opens it is instructed to open the excel spreadsheet that is embedded in it. But the ...
|
| Cascading Combo Box - find record in query based on | 13 Nov 2008 17:17 GMT | - |
HELP! I have been getting lost in the forum - trying all the different ways to create two cascading combo boxes in the header of my form that also find a record in the details of my form depending on the results of the two choices-I think I have the various ways all-mixed-up.
|
| Form & subform Validation issue on Send Email button click | 13 Nov 2008 16:28 GMT | - |
I am trying to figure a way to validate data before it is sent in a report form. I currently can validate the main form easily using the following Code that I got from Dirk Goldgar: <Code Snippet Begin>
|
| Mailmerge to Word via Access Query | 13 Nov 2008 12:30 GMT | - |
Im after some help in regarding my mail merge, ever since ive split my database into front end and back end, my mail merge has started to play out, the mail merge is based on a query which filters certain results.
|
| HOW to Programmatically> Query of 2 tables Output to Form ? | 13 Nov 2008 01:30 GMT | - |
1. Like to find out how do I compare login name with value from table 1, results search lists in table to in query criteria ? 2. Eg: Leave Application> Supervisor Login> Display Lists of Names FROM
|
| Problem with Junction Table in AddNew? | 12 Nov 2008 23:15 GMT | - |
(originally posted to wrong group - am reposting - sorry). I have a main form with a subform within a subform that when the user clicks on a button, it will add a new record to another subform (with a subform inside that)
|
| Ole Object | 12 Nov 2008 16:25 GMT | - |
I have a table with 12 word documents in an 12 OLe fields I have a table with patients. I need to place at various times, one of the word documents (template) into a form which will then be printed out as a report for a particular patient.
|
| ?????? | 12 Nov 2008 16:15 GMT | - |
|
| Chicks in India | 12 Nov 2008 11:28 GMT | - |
http://warnet.ws/img2/183/dom/4.jpg http://warnet.ws/img2/183/dom/1.jpg http://warnet.ws/img2/183/dom/3.jpg http://warnet.ws/img2/183/dom/5.jpg
|
| Copying a record and changing some fields in both record | 12 Nov 2008 10:45 GMT | - |
If I have items in a catalog. Each record has a catalog number. I would like to copy an item from catalog 29 to catalog 30. I need write code to
|
| let | 12 Nov 2008 09:04 GMT | - |
|
| Search Several Tables | 12 Nov 2008 04:48 GMT | - |
Hi, I'm trying to understand best way to approach a search. I would like to use the Alpha search on lebans site-is it the best choice? I want to create a work order with three tables, customer, contacts, and buildings. I would like user to click on an alpha character to bring ...
|
| how do i use list box recordset property | 07 Nov 2008 17:53 GMT | - |
i created an ado memory recordset as follows Dim r As New ADODB.Recordset With r .Fields.Append "Field1", adVarChar, 64
|