| Thread | Last Post | Replies |
|
| Linking Two Subforms | 03 Dec 2005 20:11 GMT | 2 |
I have two subforms on my main form. I want the records on subform B to correspond with the records on subform A which they do. However, I want the records on subform A to let me know if there is a corresponding record on subform B without having to go to subform B
|
| Address Label Problem | 03 Dec 2005 16:22 GMT | 2 |
I have one more problem to solve before completing my database. I need to save address labels to file. I know Label Wizard does this, but my problem needs to be selective. The customers are 'active' or 'not active' and I need to create separate labels for both.
|
| Access 2000 query problem - Help! | 03 Dec 2005 12:30 GMT | 4 |
Hi, I have a problem that I'm pulling my hair out over. I work at a company that legally has to test the blood lead levels of it's employees. Each person must be tested every 6 months. I have the results in a
|
| How to Consume a Web Service from Microsoft Access | 03 Dec 2005 11:39 GMT | 8 |
A while back (around mid September) I posted a message about how I'd configured my client apps to upload error messages to my web server. I really like the service, but David Fenton suggested that the IE factor was unsafe and ill advised. Since that time, I was tasked to figure out
|
| Prevent minimising application. Possible? | 03 Dec 2005 07:02 GMT | 8 |
Is the above possible? I guess I need an API call for this ? How and where to find this? One of my new apps is used as a sort of 'dedicated' thing. Users see an empty desktop with *only* two buttons. They only click a button to start the app.
|
| combobox dropdown | 03 Dec 2005 06:55 GMT | 5 |
Is there a way to tell if a combbox is in dropdown mode. I tried and if statement combobox.dropdown = true but i get an error. dropwndown function doesnt store if its true or false
|
| Change table date/time field to text field in code | 03 Dec 2005 06:27 GMT | 11 |
How can I programatically, take some Date/Time fields present in a table in the current database and change their type to text? dixie
|
| Need a Flowchart type Calendar for a lodging reservation application | 03 Dec 2005 04:12 GMT | 1 |
For a Lodging reservatgions system, I need to build in a Flowchart type Calendar. Also called a "Tape" in the lodging business. This has a list of rental units down the left side and dates along the top. Booked dates are blocked out.
|
| Urgent Help on Australian dates on spreadsheet saving as American dates on a text file. | 03 Dec 2005 03:54 GMT | 4 |
I have a spreadsheet that uses VBA code in Access to save itself as a text file. The line is as follows. xl.ActiveSheet.SaveAs CurrentProject.Path & "\Reports\" & DLookup("[LetterLabel]", "tblButtons", "ControlID=141") & ".txt", 20 ' 20 =
|
| TransferText and First Record in Text file | 03 Dec 2005 02:55 GMT | 3 |
I am using this command to import text file: DoCmd.TransferText acImportDelim, str_SpecName, str_TblName, str_FileName, False - The import will always be missing the first line in the text file.
|
| Blank page after report header | 03 Dec 2005 02:51 GMT | 1 |
Dear read, In a detailed part of a report you can use a form as print layout. In case the number of record to be printed are not fit in one page the group header will print on top of the page
|
| Is this a bug? | 03 Dec 2005 01:45 GMT | 6 |
I have the following line in a function within my form: Me.intStatusID.Value = StatusType.OpenID Where Me.IntStatusID.Value references a field in this form's recordset - not a field displayed on the form.
|
| All caps font for A97 report | 02 Dec 2005 22:42 GMT | 10 |
I'm in need of an ALL CAPS FONT for an Access 97 report mimicking a state government form. All letters are capitalized in form - that is, there are no lower case letters. But when you hold the shift key down a type a letter, that letter is a tiny bit
|
| Help handling string length overflow? | 02 Dec 2005 22:36 GMT | 11 |
I have a form where the user copies a handwritten contract into a text field "Contract1". The contract usually exeeds 255 characters. Therefore I provided "Contract2", "Contract3", and "Contract4" fields.
|
| ADO new record #Error why?? | 02 Dec 2005 22:26 GMT | 20 |
I have a main form (frmNewOrder) and a sub form (SubOrderBeneficiary). On the main form I have a button which sends the Subform (SubOrderBeneficiary) to a newrecord. Everything works fine expect that when I press the button, the controls on the subform display an #Error
|