| Thread | Last Post | Replies |
|
| Code Help | 06 Dec 2007 02:43 GMT | 3 |
I have finlly got my code to work but I am trying to implement the final piece which is AND ((tblacq.Acqdate) Between #" & _ Format(Me.Startdate, "mm/dd/yyyy") & "#" & _ " and #" & Format(Me.EndDate, "mm/dd/yyyy") & "#" Eveything works fine until I add this in. I have added to ...
|
| How to best coordinate Form_B with Form_A | 06 Dec 2007 00:54 GMT | 5 |
Form_A has many controls AND a Tab Control. One of the tab's pages (Page_5) is full and I cannot make the tab larger. I want to have a new form (Form_B) that contains the Page_5 controls plus more.
|
| Navigation Bar Question | 05 Dec 2007 22:11 GMT | 1 |
I've created 3 split forms in AC 2007. The Form Properties are identical except for the Record Source, of course. Each form when opened the Navigation Bar is 'grayed out' until I select
|
| Cond Format-finding char within field | 05 Dec 2007 21:41 GMT | 2 |
I would like to apply conditional formating to a form text field when non-apha numeric characters are within the fields value (such as "." "," "-" etc.). Is there a way to search a field for specific characters and apply conditional formatting to it if those characters are ...
|
| How-To: Select and Display Combo Box choice with VBA | 05 Dec 2007 20:57 GMT | 4 |
How To: Using a value from another field I would like to display a certain selection in a combo box. For example if a user selects 'X' then I would like to display ITEM(3). What combo box properties/methods should I be using?
|
| selecting the first value in a list/combo box as the default | 05 Dec 2007 19:44 GMT | 3 |
How do I input the first item from a list/combo box in a form if the user doesn't select any other item? I want the first item to be the default entry to the form field if the user did not select any other value. I'm a newbie so if you could suggest creating expressions instead ...
|
| Calculated Textbox using Invisible values | 05 Dec 2007 19:35 GMT | 1 |
I have a calculated textbox with data source =Nz([A],0)+Nz([B],0)+Nz([C],0)+Nz([D],0). Any one or more of the textboxes B, C, D can be invisible. Everything works fine at data entry time. But when I recall the record for edit, the calculated field is #Error. I tried
|
| Opening Word Document with Mail Merge from Access (Krissco) | 05 Dec 2007 18:14 GMT | 3 |
I found an old thread and krissco responded with the method that I was looking for (see below). However, I'm getting some unusual results and I'm not sure if there's some configuration or versioning issues. I'm running Office 2002, though my
|
| Cursor stuck on hourglass | 05 Dec 2007 18:10 GMT | 1 |
I am working in Microsoft Access 2003 when the cursor changes to an hourglass - as though it were doing something, and it stays that way. How can I find out what it is doing, as I have no processes running to my knowledge?
|
| input and display on another form | 05 Dec 2007 17:59 GMT | 2 |
Here's my problem: A client comes in enters their client ID, enters in some data. I have a second form that an employee takes the client ID and inputs other data. The problem is I don't know how to display the Client's info on the employee form? How do I get the info from the client ...
|
| Date data entry behavior changes | 05 Dec 2007 17:49 GMT | 1 |
I have a form where a date must be entered. I have defined a constriction where only dates within a certail range are acceptable. This application has multiple client sessions running. It runs fine than suddenly, the date field will only allow the current days date to be ...
|
| Users and Asset Data linked on Form | 05 Dec 2007 17:48 GMT | 4 |
I have two tables, one a Staff list and the other an Asset list extracted from seperate databases, the information in the tables has absolutely no common data, I have a form with the user name and other bits and pieces on from the staff list and also a drop down list of
|
| Using command button to pull up form | 05 Dec 2007 17:46 GMT | 1 |
I would like to have a command button pull up a form that is linked to the main form. The main form displays milestones and I would like to command button to pull the progress notes form with the record that is linked to the corresponding milestone.
|
| Display Data In Form From A Query | 05 Dec 2007 17:31 GMT | 1 |
I have a form with the Control Source as "=Query!QTYForPPMProduction!SumOfQTY_PRODUCED" and this query runs prior to the form opening. The query runs fine, and the proper data displays in the datasheet view, but
|
| how do I create tabbed subforms | 05 Dec 2007 17:27 GMT | 1 |
How do I make a few subforms on a form but make each subform have a tab across the top so the users can click the tab and see each subform individually?
|