| Thread | Last Post | Replies |
|
| Displaying Pictures in Access | 16 Nov 2007 00:34 GMT | 4 |
Hi Again, Throwing this one out to you again as i am not getting anywhere and can find little to no information out there. I am currently displaying images (Jpegs) in access via the routine set
|
| Yes No Style Question | 15 Nov 2007 19:41 GMT | 10 |
I have a field that records whether an Employee is permanent or temporary. My thought was to simply have 1 field that if checked means that the employee is a permanent hire as opposed to an unchecked box which means that person is a temporary employee.
|
| Need to know the name of the SubForm Object a form is in | 15 Nov 2007 18:03 GMT | 1 |
I know that I can use the Parent property to get the name of the form that a subform is on, but what if I need the name of the subform/ subreport "box" on that form that contains my subform? I've not found a direct way to get that little nugget of information.
|
| Can't complete the output operation | 15 Nov 2007 15:17 GMT | 8 |
Using Access 2007 and Windows XP I get the Error : Can't complete the output operation Error occurs whe I use the sendobject or OutputTo Ex.
|
| Displaying Value Of A Variable In VBA | 15 Nov 2007 14:25 GMT | 2 |
I seemed to have lost the ability to move my mouse over a variable in my VBA code and have it's current value displayed. There's probably a setting somewhere but I'm not sure what it is. Would appreciate any help.
|
| Docmd.Openform with where condition Syntax | 15 Nov 2007 13:25 GMT | 3 |
Hello, im trying to open a form from an dialog box form: the button on the dialog box has this on the onclick event: DoCmd.OpenForm "frmCASES_UNION", acViewNormal, , "MCH_CASECODE = #" & Me!txtCCODE & "#"
|
| Handling Linked tables | 15 Nov 2007 13:01 GMT | 2 |
Hi all, can anyone help me with this one? I have a database that has multiple linked tables and i want some code to tell the database on startup to do first check for the tables in a folder on one drive, and if not present to get them from another.
|
| MS ACCESS Finished Product Application Deployment- Mission Accomplished! | 15 Nov 2007 11:11 GMT | 3 |
Sagekey is almost there but below is the more advanced solution, although no software is hackers free as they claimed. But for ms access access deployment, I think nothing bet this product as of this time.
|
| No confirm delete on first deletion from form | 15 Nov 2007 11:01 GMT | 3 |
My application has a form based on a parent table with a subform based on a child table. The relationship is Cascade Delete. The first record displayed when the form opens has five child records. The form allows this record to be deleted without a prompt, though SetWarnings
|
| .NET Training | 15 Nov 2007 06:08 GMT | 5 |
I'm deliberately posting this message in this group, so please don't flame me....Does anyone have any experience with the training that Microsoft offers for .NET? Our company plans to make the transition from Access/VBA to .NET, so we are beginning to look into some
|
| Combing multiple columns. | 15 Nov 2007 04:44 GMT | 2 |
I have a table i use to store scores for employees. EMPID Q1 Q2 Q3 1234 3 2 4 Q1,Q2 & Q3 being the separate questions and the numbers (in this case
|
| Appending field change of status to a history table | 15 Nov 2007 04:02 GMT | 3 |
Access 2003 I need to keep a history of the change of status of two fields to a history table. My problem is that I keep appending all of the records in a table instead of the fields I want in the "current record". The
|
| Calendar in MS 2007 | 15 Nov 2007 00:40 GMT | 4 |
Using Access 2007 Can I open the calendar that automatically appears next to date fields with a keyboard shortcut as I dont want to use the mouse Thanks
|
| Sum Time Function. | 14 Nov 2007 18:39 GMT | 2 |
Hi Group (fairly limited knowledge of Access and almost none of Access VBA. Using Access 2003). I need to sum time, I've found through the groups archive an sql extract that led me to this
|
| Field Validation | 14 Nov 2007 18:26 GMT | 3 |
I have 2 fields one completed date and the other a combo box with 4 headings, completed is one of them If completed is selected and the date hasnt been filled in I would like to have a message box saying that if "Completed" is selected then
|