| Thread | Last Post | Replies |
|
| Form data | 22 Mar 2007 21:09 GMT | 5 |
I notice that in a Form that inputs to various tables that only certain records are 'viewable' when scrolling back/forwards - why would this be? Many thanks in advance. Martin
|
| zoom command | 22 Mar 2007 20:16 GMT | 1 |
I am using this DoCmd.RunCommand acCmdZoomBox to open a zoom box on a textbox. is there a way to prevent the text from being highlighted when you click on the box.
|
| Form/subform problems - Newbie | 22 Mar 2007 20:08 GMT | 3 |
I am in the process of building my first database for the purpose of tracking quotes. On my form, I am tracking the customer information and quote #, and on the subform, I am tracking the line items for the particular quote #. I haqve successfully linked the two, but now it ...
|
| Adding a record | 22 Mar 2007 19:40 GMT | 3 |
I am trying to add/update a table (tblTravel) I have a form (frmTravel) previous to this form there is another form(frmMeeting) were the user clicks on a button. What I want that button to do is check if record exist. There is frmMeeting.field1 and frmMeeting.field2. If ...
|
| Report Issue | 22 Mar 2007 18:50 GMT | 1 |
 Signature Hansford D. Cornett
|
| Formatting NULL values in Drop-Down control | 22 Mar 2007 18:47 GMT | 1 |
I have a drop-down control that is being populated by an entire table (not a query). There are NULL values in the table which appear as blank spaces in the drop down. How can I format the drop down to put some static text in place of the empty space. (For example
|
| Change Vaule of main form field based on subform field | 22 Mar 2007 18:22 GMT | 7 |
I have a datsheet main form for mortgage folders with a field called File Location which defaults to "Basement Vault" at the table level. I have a datasheet subform called fileoutsubfrm which contains fields SentDate, SentBy, Sent To Whom (Cmbobox) and ReturnedDate. The ...
|
| single form or continuous forms | 22 Mar 2007 18:10 GMT | 6 |
In a form's defualt view property, there are single form and continuous forms in addition to datasheet view, what is the difference between the single form and continuous forms, I tried , but the result looked same. Clara
|
| Navigation Question | 22 Mar 2007 16:50 GMT | 1 |
I have a form that is bound to a table. I have disabled the record select and navigation to keep users from going to other records. However, if I tab through it, it will move to the next record once I tab out of the last field. How do I stop it form doing this?
|
| search area on a form that opens another form with search results | 22 Mar 2007 16:49 GMT | 10 |
I have a main form that contains a Search txtbox that when cmdSearch is click, opens another form that contains a list box of items. what i want to do is sort this items by whatever letter is entered in the search txtbox and when clicking a selection from the list box, go to main ...
|
| Help Needed With Drop Down List | 22 Mar 2007 16:35 GMT | 1 |
I have created a menu for my db. On this menu there is a button where users click on to search the db by county. Then they have to enter the county, but instead I would like to know how to create a drop down list for the user (so they can just select the county).
|
| Unbound memo default text font | 22 Mar 2007 16:21 GMT | 2 |
An unbound memo field is completed by the 'zoom' popup. The default font is set for 8. Is the default adjustable to a different font size? How? Manually setting it everytime with the 'font' button is a headache. The text is too small to be readable at the screen res., which ...
|
| Read-Only vs Edit Data On Form Via Button | 22 Mar 2007 16:14 GMT | 1 |
I have a form with many fields displayed. I want the data to be initially displayed as read-only. If the user wants to make updates then (s)he has to click an Edit button that would then allow all the fields to be updatable. Any suggestions on how to accomplish this? Thanks ...
|
| Type 1k for 1000, 1m for 1000000 | 22 Mar 2007 15:49 GMT | 2 |
I've got a form where trades are booked, the quantity field is bound to a table that the user is updating, and the underlying table field is a number format (obviously for trade quantity). What I'm trying to work out is if I can in someway have this field on the form handle typing ...
|
| Using DAO | 22 Mar 2007 15:38 GMT | 4 |
Alright I am using DAO to loop through a recordset(like my other question, I still need help in my other question as well, but maybe I can get a smaller answer here), but I am going to be way more specific on what I need.
|