| Thread | Last Post | Replies |
|
| Tooltip Display Time Too Short | 11 Apr 2006 04:19 GMT | 1 |
I have an Access 2003/WinXP application with a number of custom toolbars. Each button on each custom toolbar has tooltip text ("screentip" on the property screen). When the application runs, the tooltip displays for only a second or two and
|
| code in subreport can't find table | 11 Apr 2006 03:53 GMT | 1 |
I have a form that has a couple drop down lists and one drop down that uses the results of a query for it's choices (for example if I chose "Fruit" in one drop down, the next one would list only types of fruit but not meats or vegetables). This form works fine alone.
|
| Combo Box to Filter Report | 10 Apr 2006 23:51 GMT | 13 |
Ok I have been tasked with doing this and am very new to Access. So if I dont understand please bear with me. Here is what i am trying to do. I want to use a form with a combo box or list to display only that information selected on a report. I have the combo box and command ...
|
| Select vs IsDate() | 10 Apr 2006 23:02 GMT | 2 |
I'm trying to detect whether a date has been typed into a box (cboFILTERS): Select Case cboFILTERS Case "NEED A LETTER" blah
|
| Subform Query | 10 Apr 2006 22:59 GMT | 1 |
I have a form that has three unbond combo boxes (age, sex, city). These combo boxes have a select all option and are used to fill the parameters of a query. The query sql is SELECT tblClubInfo.Name, tblClubInfo.Leader, tblClubInfo.ContactPhone,
|
| Floor and Ceiling functions | 10 Apr 2006 22:51 GMT | 4 |
I wish to create an unbound control to show a person's age. However, I find that Access doesn't have a floor (or ceiling) function (unlike Excel & Foxpro). Is there an alternative?
|
| Forcing capitals | 10 Apr 2006 22:39 GMT | 2 |
I'm using Access 2002 and Jennings' book, Using .... I want to force all caps to be stored in the first and lastname fields of my Author table -- and also allow for hyphens in the lastname field. I've tried using a combination of symbols from Jennings' table in the Input Mask and ...
|
| Command Button -- forms not linked??? | 10 Apr 2006 22:38 GMT | 3 |
I am creating a command button on my switchboard form. I have many buttons and no problems. Now I am attempting to add another "open form" command button and get the message --
|
| Moving a subform up with code | 10 Apr 2006 22:38 GMT | 4 |
I have a sub form the I want to be able to move the top position to a different place on the main form depending on a switch that is set. I've put the code subformname.top = xxxxx but it doesn't seem to want to move I also want to make the height different. I've been able to ...
|
| add one day to input date? | 10 Apr 2006 22:37 GMT | 4 |
add one day to input date (parameter)? =Format([Input Date?]+1,"dd mmm yy") - generates an error any tips?
|
| recipes to produce products for production database | 10 Apr 2006 22:20 GMT | 1 |
I have a products table that list the product id #,desc., and some quality control limits. I would like the production operator to select the product id (may be in the main part of the form) and then have it populate the recipe ex. 3578 for sugar, 4990 is flour, 9036 is red dye, ...
|
| Form locking up | 10 Apr 2006 22:07 GMT | 1 |
I have the following code in my form and when I make a change the form locks up. Am I missing something. ######################################### Private Sub Form_AfterUpdate()
|
| Command buttons | 10 Apr 2006 21:28 GMT | 1 |
I am trying to add command buttons to a form and I am receiving the following message: Method 'Module' of object '_form_roster_udate_TBL'failed. Can anyone PLEASE tell me what that means? I think it has to do with the
|
| New Record | 10 Apr 2006 20:39 GMT | 4 |
How do i get the form to open to a new blank record on initial startup, rather that the first record of the DB? Thanks
|
| Copy a value of text box to another text box | 10 Apr 2006 20:23 GMT | 3 |
Hello to everybody. If possible I would like to copy a text value to a text box (CellInfo) to another (PositionInfo) text box if the value of the last one is 0 (default value in the table) and
|