| Thread | Last Post | Replies |
|
| How do I open a .pst file using outlook 2001 for mac | 05 Apr 2006 22:52 GMT | 2 |
How do I open a .pst file using outlook 2001 for mac
|
| SENDOBJECT (email) and the FROM field | 05 Apr 2006 22:42 GMT | 1 |
Is there any way, when issuing the SENDOBJECT VBA comamnd, to specify the contents of the FROM field in the ensuing email? I see no parameter in the command syntax to allow that. Access 2002. Thanks!
|
| Showing a Windows File Date in a Form | 05 Apr 2006 21:18 GMT | 5 |
Is there a way for Access to look into a Windows Directory,find a file and show the Created Date in an Access form? \\Admin\MonthlyReports\MainReport.txt 04-05-06
|
| Code won't work | 05 Apr 2006 21:08 GMT | 3 |
Can anyone tell me what is wrong with this code. There are 42 boxes on my form with 4 text boxes each. Each box represents a day of the week. The boxes are named D1-D42, F1-F42, R1-R42, & B1-B42. The "D" represents the # of the day on the calendar. F, R, & B is info that is
|
| DateDiff - Creating Query based on Aging | 05 Apr 2006 21:04 GMT | 3 |
I'm trying to determine how to create a Query based on a date field for records over 45 days old. here is the formula I started with in the Design Form: Date Field: Criteria
|
| Subform Recordsource by Code | 05 Apr 2006 20:31 GMT | 2 |
Good day to all, I have a form which has approximately ten continous subforms each based upon a saved query. At any given time only three are visible while the rest are not. The load time of this form is 30-40 seconds based upon the backend
|
| determining current record number... | 05 Apr 2006 20:08 GMT | 1 |
On a bound form if you have the "Navigation buttons" turned on, at the bottom of the form you can move back and forth between the records and you also see what current record number is "of" whatever the number of records is in the currently selected recordset/filter etc... (ie... ...
|
| DoCmd.Minimize not working | 05 Apr 2006 19:20 GMT | 4 |
I need to minimize Form 1 and then open Form 2. I think I have the syntax right, and here's the code on my "submit" button on Form 1 ================================= Private Sub Enter_Survey_data_Click()
|
| Dlookup for First Record In Table | 05 Apr 2006 19:13 GMT | 2 |
tblAccountInfo table has a date field (Updated) that is set with a date default of the day that data is imported. The same date appears for all the records in the table. I want my main form to show the last time data was imported into the tblAccountInfo table. I currently ...
|
| doubleclick on listbox populating subform | 05 Apr 2006 18:51 GMT | 4 |
Hey guys, I have an main for "Client2", with a subform "Deal", and "Deal" has a subform "Portfolio" which is on a tab. On "Deal" I have a listbox that brings up a list of Portfolios for that specific Deal_ID. I want the doubleclick on
|
| Coding forms | 05 Apr 2006 18:49 GMT | 1 |
I have a form with contact info, but i don't want it to be active upon opening it because I don't want the people using it to accidentally edit any of the contact details. But in case some fields change like the last name or number or email, I want to add a command button to ...
|
| Database Can't find the field '|' referred to in your expression | 05 Apr 2006 17:34 GMT | 2 |
I get the following error when open this form or try to save data in this form - "Database Can't find the field '|' referred to in your expression" while saving if I choose to debug, I get to the following code -
|
| Field Names in DAO | 05 Apr 2006 17:06 GMT | 2 |
SQLString = "SELECT *" & vbCrLf SQLString = SQLString & " FROM (((tblDowntime" & vbCrLf SQLString = SQLString & " INNER JOIN tblDept" & vbCrLf SQLString = SQLString & " ON tblDownTime.Dept = tblDept.ID)" &
|
| Pull information from subform | 05 Apr 2006 16:11 GMT | 10 |
I have a form (Registrants) with a subform (Test attempt). On the subform, there are fields: Test_ID, Registration ID. There is also a command button which opens another form called QA. The form QA has fields: question, answer, registration id, test id. It is
|
| Zooming / Editing jpg images | 05 Apr 2006 15:26 GMT | 4 |
I have successfully used an image control to display jpg images stored in a location separate from my database. This works well, but in a few cases there are both text and images stored in the jpg file (maybe a scan of an 8 1/2 x 11 page). The space available on my form for ...
|