| Thread | Last Post | Replies |
|
| Dropdown Listbox | 26 May 2005 23:28 GMT | 5 |
Is there a dropdown listbox control? I see only either combobox or listbox. TIA.
|
| Adding "All" to a combobox | 26 May 2005 22:28 GMT | 3 |
I am hoping there is someone out there who will be able to help me with this problem I'm having. I have a form with a combobox and when a selection is made from the combo box, all the records are displayed in a subform, specific to that selection.
|
| #Num! | 26 May 2005 22:27 GMT | 2 |
For instance, a calculated field is set to [Amount]/[UnitPrice]. This results in #Num! on some records. Am looking for an expression that results in 0 if either [Amount] or [Unit Price] is null. Claudette Hennessy
|
| Button to check all available check boxes | 26 May 2005 21:42 GMT | 1 |
I have a form in datasheet view. This form is located inside another form as a subform. Is there any way of creating a button that will automatically check all unchecked boxes in the subform (datasheet)?
|
| URGENT!!!Is it possible to dynamically add new items to a list box | 26 May 2005 21:05 GMT | 1 |
I know that this can be done by using a combo box but I need to use a list box so the users can select multiple items. Any help would be appreciated. Thank you
|
| Hiding different controls on each row of a form | 26 May 2005 20:59 GMT | 3 |
I have a form that has 3 checkboxes per row. I want to hide two of the checkboxes based on the contents of another field on the same row. This would be different for each row. Is there a way to do this? So far all I have been able to do is hide the same checkboxes on every row. If I ...
|
| Using Combo boxes | 26 May 2005 20:56 GMT | 5 |
I have two tables...Classes and Rooms. I have a form where I can add new classes and assign it a room. The rooms never change, so I am using a combo box to assign the classes to a room. But when I add a new class and select a room from my combo box, it adds a new RoomID into ...
|
| Calculated Fields in New records | 26 May 2005 20:27 GMT | 7 |
I have a form called "DefaultPayments" inside of it I have a subform called "payments." The "payment subform has calculated fieds in order to keep track of incoming monies. I would like for "payments" to open to a new form. I tried a maco for the "on open" event, and I get an ...
|
| Autonumber | 26 May 2005 19:12 GMT | 2 |
I would like to set a different number other than 1 as the autonumber.
|
| Can't get data entry with a form based on a query | 26 May 2005 18:51 GMT | 10 |
Have a simple database, 1 table, I used a query to load a form so that only the records fitting certain criteria are seen, but how can I update records from the form?
|
| Dynamically Binding Different Subforms | 26 May 2005 18:14 GMT | 3 |
I'm not sure if this is possible but can I bind different subforms dynamically depending on record type from the main form? I have 5 different record types and each has different look to it. I can have 5 different subforms and play with Visible property.
|
| Form using Students & Classes | 26 May 2005 18:11 GMT | 1 |
I have a database with a Students and Classes table along with the Many-to-Many table called StudentsClasses. I want to create a form where I can go in and list if a student was present during a particular day. So what I need is a form that displays the
|
| Combo Box | 26 May 2005 17:40 GMT | 2 |
I am Creating a student enrollment database and I am desgining the a form for which will be the main data entry page that the users will see. I have set this form up so that it works quite well expect for a couple of things. Which are this when entering new student details I need ...
|
| colour coded results | 26 May 2005 17:19 GMT | 3 |
Hello everyone, Ive been asked to make a form which searches for results and displays the records in the same form with colour coding to show various inclinations for the records.
|
| subform in datasheet view | 26 May 2005 16:53 GMT | 2 |
I have tblmain and tbl history. I have created a subform within my main form linking "ID" from two tables. When I open the form in the datasheet view there will be a "+" by the ID number were if I can collapse the record. However, the default when I open the form they are ...
|