| Thread | Last Post | Replies |
|
| A reliable & effiecent way to change labels back to original state | 28 Feb 2007 16:28 GMT | 2 |
Straight-up thanks for taking the time, if I can help in the future I'd be delighted... Here's what I do... I love using labels that do something on-click.
|
| Controlling a listbox height | 28 Feb 2007 16:19 GMT | 2 |
I have a form with alot of comboboxes on it. Space is limited. One one occurrence a have a listbox, so I can have multiple selections, on the form. The current height is the same as the comboboxes .1667. When I write code to expand the height on the GotFocus event, the listbox ...
|
| Strange Formatting | 28 Feb 2007 15:27 GMT | 1 |
I have a Currency field. When I run it in a Query to display it on a form it spaces to the right. When I run it from a DLookUp, or DSum function it spaces to the right but with a slight space. Does D Functions have a different format than a Query? If so how do you fix it?
|
| Assigning Values to unbound Controls? | 28 Feb 2007 15:20 GMT | 2 |
I'm working on an inventory of chemicals, where the user selects from a set of pre-defined hazards. These records are to be displayed on a subform, which links the primary key of the chemical record with a linking table (ChemID, HazardID).
|
| BackStyle mysteriously changing | 28 Feb 2007 15:01 GMT | 11 |
I have a form with 4 combo boxes. 1 combo box is independant of the others, and works without any problems. The other 3 are a hierarchical control, and each level's data is dependant upon the selection made from the previous combo box. This all works fine, but there is one ...
|
| you can't assign a value to this object | 28 Feb 2007 14:50 GMT | 2 |
This problem occurs in the on-click event of an unbound combo box in a nested subform. When a record is selected from the combo box, I want to update that record with the crewid from the parent form. When I try to assign the value, I get the message "you can't assign a value ...
|
| adding multiple items to a subform | 28 Feb 2007 14:37 GMT | 2 |
I am using access 2003. I am attempting to setup an inventory database for equipment that we loan out to various clients. I have followed the Northwinds Example and everything seems to work well when using it. Now I am trying to customize the use.
|
| Addnew to both sides of a One-to-Many (find autonumber) | 28 Feb 2007 13:55 GMT | 2 |
I am having problems here and I know it's something simple and stupid that I'm missing but here goes. I have a form that creates a new record into the table "ASSET". The table "ASSET" has a one-to-many relationship with "INTERVAL". I am able to add the record to "ASSET" no ...
|
| RE: Yes/No select All or select None | 28 Feb 2007 08:17 GMT | 1 |
I have a form (continuous) where the user sees a list of all people with a yes/no checkbox beside the name. They can scroll down the list and select individuals by clicking on the Yes/No checkbox. I would like to add a button that allows the user to select all or to
|
| Why is this strSQL not working??? Please Help | 28 Feb 2007 04:29 GMT | 41 |
If I take out the Dlookup part all is well but I really need that Dlookup. Can someone explian why? Const strSQL = "SELECT tblLister.lListerID, tblLister.lFirstName, tblLister.lLastName, tblLister.leMailAddress, tblLister.lFaxNumber,
|
| Close current and open another database | 28 Feb 2007 04:11 GMT | 1 |
Thanks in advance How do I in code open another database in a different folder and close the one I am in. Thanks
|
| Unbound combo box Filters? | 28 Feb 2007 04:05 GMT | 4 |
I have two unbound combo boxes cbo1 & cbo 3. I would like to have values that are in thoses boxes to show all record that are in the table. the fields in the data table are [Program type] = cbo 1 & [Week of]=cbo3 So if ECF is chosen from the dropdown in cbo1 and 1/07/07 is chosen ...
|
| Copy to new, minus two fields | 28 Feb 2007 02:38 GMT | 3 |
I'm hoping this is an easy enough question for those with more experience than myself. I am trying to copy all values from a form which has many subforms on it to a new form...this works perfectly with the built in button control "duplicate record." However, I really need two ...
|
| Combo set to first record when form opens | 28 Feb 2007 01:59 GMT | 1 |
I think this is easy, but I'm not sure how to do it. My form has a combobx that pulls its values from a lookup table. When the form opens, I want the combobx to be showing its first record already (without it having to be selected). How can this be done?
|
| Creating search form to return results in report | 28 Feb 2007 00:04 GMT | 5 |
I am creating a mail parcel database that contains information such as first name, last name, apt # and our unique mail parcel code that we put onto parcels when they come into our office, for our resident parcel mail. I am at the point in the development of this database where ...
|