| Thread | Last Post | Replies |
|
| Autofill on a form | 28 Nov 2006 00:13 GMT | 1 |
Table Student_Info_Core is linked to an external table: a listing of all students in my high school fed by the district data center. Table STUDENTS is Student_ID (from Student_Info_Core), OffCampus, and Special ... this table associates the above students with permission to leave
|
| Single form update two tables | 27 Nov 2006 22:57 GMT | 5 |
I have a Equipment form that is bound to the tbEquipment.lngPO, the lngPO is linked to the tbPO.lngPO, tbPO.strPO. I am trying an NotInList event but it fails. Can anyone give me some insight on this. I am new to Access and don't know alot.
|
| Auto Populate Form Text Box from Table | 27 Nov 2006 22:30 GMT | 9 |
I've got a small problem I need some help with: I have a form (Reservations) bound to a Table (Reservations) that looks up information on a Vehicle based on a selection from a cbo dropdown box. The information is list displayed in a Subform (SubReservations). I'm wanting to
|
| print file stored in database | 27 Nov 2006 22:03 GMT | 1 |
I have a large number of files soted in my Db- a variety of types such as doc, xls, tiff, jpeg, txt. I found the function "fHandleFile" from the Access Web is able to open the file with the correct application but is there a way to print the file without user intervention. ...
|
| subform desing | 27 Nov 2006 22:00 GMT | 2 |
helloo i would like to ask if it possible to change the design of a subform...now it looks like an excel sheet and i would prefer to show only one record at a time changing with my scroll ....
|
| Query button in form | 27 Nov 2006 21:02 GMT | 3 |
I have a form with two sets of data in, running from one table. I would like a button that would give the user the ability to update dataset 2 with the information in dataset 1 on an individual record basis for each page on the form
|
| list form | 27 Nov 2006 20:50 GMT | 4 |
I'm new to access but I've seen two ways of listing data. 1 is in a form view and the other is in a list view. Is there a way to get a form to look more like a list? Or is there a way to make a list view easier to navigate?
|
| Textbox to search Memo Field Will Not Work Properly | 27 Nov 2006 20:42 GMT | 6 |
The program has 3 option buttons to choose from, you can choose 1, 2, or 3, or any combination of 1 and 2, or 2 and 3, or 1,2,3 etc...they all work except for the last option button, it wont work on its own, but if u choose option 1 and 3, or 2 and 3, or 1, 2, 3 then opt 3 works, ...
|
| A form and subform that works like an Invoice | 27 Nov 2006 20:20 GMT | 3 |
I need to figure out how to make a subform with several records, retain information I input or change with in it and bind it to one record in the form where the subform resides. Some thing like an invoice subform without the sum and total needs. Instead of an invoice by customer, ...
|
| Date stamp a notes field | 27 Nov 2006 18:04 GMT | 18 |
How can I add a current Date/Time stamp to my Notes field (Memo) each time I add data to the field and ensure the most recent Date/Time is always at the top of the field. (Access 97) Thanks
|
| Report Macros | 27 Nov 2006 16:49 GMT | 2 |
Would it be possible to make a form that contains a list of reports then when a user clicks on one of them that corresponding list or combo boxes would appear to the righ for them to fill in parameters for that report. I have created 3 tables
|
| Export to QuickBokks | 27 Nov 2006 15:48 GMT | 3 |
I want to export Accees data to Quickbooks. Any samples or vba code or links on how to do this. Thanks.
|
| Counting Y/N Records | 27 Nov 2006 15:33 GMT | 3 |
In the survey form I'm making, I would like the total of all the records for each question to show in the footer section. The questions are Y/N fields. Thanks in advance, Shannon PS, I already asked this, but can't find it. Is there a way to sort posts?
|
| Okay, I've screwed up somethng..... | 27 Nov 2006 15:28 GMT | 5 |
Help! I thought my database was working great.... until I looked at the tables. I have frmInvoices and frmInvoiceSubform. On the subform, I choose the Product name and the description from my products table populates. However, the description is not in my invoice details tables. ...
|
| How can I check if a form is open before closing another? | 27 Nov 2006 14:50 GMT | 2 |
I have a form (frmSurvey) and a form that opens from this form (frmQuestion3Reason). Basically, when a user tries to close frmSurvey, i want to check that frmQuestion3Reason is no longer open, and if it is, display a message box
|