| Thread | Last Post | Replies |
|
| Need Programming Help | 11 Jul 2005 23:59 GMT | 12 |
How can I program the following steps into a Combo box that's "Bound to Employees_ID". 1. Save current value of Employees_ID 2. Move to the next record selected from Combo box
|
| Parameter Error | 11 Jul 2005 23:58 GMT | 3 |
I am having a Problem with this particular peice of code, I want the program to open a form that has a set of Or criteria, when i activate the code it asks for input even though i told it to find it at my drop down menu here is my code:
|
| "Creating advanced searches using Code" | 11 Jul 2005 23:52 GMT | 5 |
I have two questions really, 1)How can i make a code that will alow the user to enter a number, say 2.1, and the program will bring up the forms that have anything from 2.05 to 2.15 in that particualar field?
|
| An Array of Text Boxes | 11 Jul 2005 23:45 GMT | 2 |
Has anyone created an array of text boxes? On a form, I am looking to list the results of a record set. This application is similar to a dictionary in that I want to list all the sources and definitions for a given word.
|
| Search | 11 Jul 2005 23:39 GMT | 21 |
Im trying to make a couple of advanced search options for my database using coding and forms, I have two questions 1) How do I make a search that will look for a range of numbers, for
|
| Sync two Combo boxes in Datasheet view of a FORM | 11 Jul 2005 23:09 GMT | 2 |
I have a SubForm in "Datsheet view" and have two combo boxes that I want one to limit the list of the other The follow are the names and inforamation ---Main Form: [FMainTCC] View: Single Form
|
| form | 11 Jul 2005 22:19 GMT | 2 |
Is there any way to have informationentered automatically into two fields after selecting an item from a drop down list?
 Signature Darlahood
|
| Searching Across Multiple Tables | 11 Jul 2005 22:09 GMT | 5 |
I have a couple of questions, I have asked these before, but I cannot find most of the questions I posted in the program, and I have not recieved any replies. 1) I need help with a code that will search a collumn for certain data,
|
| Search Customizing | 11 Jul 2005 20:25 GMT | 1 |
Is it possible to have personalize or access the search function available on Access on the Menu Edit, Find? I would like to create my own dialog box with more personal parameters and execute it by code if possible..
|
| Setting properties of all forms in DB in code | 11 Jul 2005 20:01 GMT | 1 |
I am working with Access 2003 and I want to set the Allow Edits, Allow Deletions and Allow Additions of all the forms in my DB to No. Is there a way to cycle through all the forms in code and set these properties? There are about 100 of them.
|
| Setting up a select case statement | 11 Jul 2005 19:34 GMT | 1 |
I have a field called Donor Type. A donor type can be, Individual, Foundation, Organization or Annonymous. What I was doing was using an if, else statement. I thought however, a select case statement would be more efficient. Is this the case?
|
| Custom Command Bar | 11 Jul 2005 19:16 GMT | 2 |
I have a public function created in a module to open a form. The name of the module is DataEntry. Here it is: Option Compare Database Public Sub DataEntry()
|
| Label Mousemove Procedure | 11 Jul 2005 19:01 GMT | 2 |
Do anyone know of a procedure to change the forecolor of a label control during a mousemove event. I would like the lable's forecolor to change when I move my mousepointer over it.
|
| User entering search criteria | 11 Jul 2005 17:02 GMT | 1 |
I want to create a form with a text box that asks the user a number. When the user enters the number and click on a preview button, it will open a report and filter data (static pressure of hydrants < 75, for example) from a table. I don't want the the text box to appear in pop ...
|
| Filling in form with recordset HELP | 11 Jul 2005 14:45 GMT | 8 |
I have 2 databases i am working with, the first is an oracle database from which i am filling out a form to then put data in an access database. However, i can not figure out how to get the contents of the query (recordset) to appear in all the text boxes on my form. So far i ...
|