| Thread | Last Post | Replies |
|
| Check Box | 26 Jan 2007 01:05 GMT | 1 |
I need a check box in a form to be checked off. How can I do this? Can someone please help me.
 Signature hjortiz
|
| When does a record entered thru form appear in underlying table. | 26 Jan 2007 00:43 GMT | 4 |
I have a form that sits straight on top of a table. I enter new records by hitting the ">*" button for a new record and then filling out the fields. Can anyone tell me when this record will appear in the actual table?
|
| Any way to stop the default date from showing? | 26 Jan 2007 00:06 GMT | 4 |
I have an Access project that is obviously tied to a SQL Server d/b. On one of my forms I show a datetime field - for product introduction date. When I create the record I initialize the field to the default date of 01/01/1900. Is there anyway I can prevent this date from
|
| CHAR fields and spaces in textbox field | 25 Jan 2007 23:29 GMT | 7 |
When making a field datatype CHAR in SQL Server for my Access project I found out that you always get trailing spaces in a bound textbox on the form. In order for a user to enter anything they must first back out the trailing spaces. I tried trimming the data first in the On Click
|
| Best practice choosing between sub-form, continuous, etc. | 25 Jan 2007 23:03 GMT | 3 |
Using Office 2003 with Windows XP; I choosing between the use of: 1) Multi-column listbox; 2) Sub-Form; and 3) Continuous Form Which one is generally considered all around to be: most stable and most
|
| DateDiff And Null field | 25 Jan 2007 21:49 GMT | 4 |
I have two fields in my table: Date Received And Date closed. I would like a Date Diff on my form to show how many days I have had something if the Date Closed field is Null (ie not closed). I have a field to show how many days between received and closed but how many days open ...
|
| Form that won't allow entering of text into any fields | 25 Jan 2007 21:20 GMT | 7 |
Our management form would not allow any text to be edited for any field on the form regardless of whether the field was locked or not. I had found a way to bypass this by moving the fields to another form and selecting from a renamed table and renamed query with rebound fields. ...
|
| Criteria between two dates in Access 2003 | 25 Jan 2007 21:12 GMT | 2 |
I need help... I have a query that has two fields that calculate dates. I need to pull entries that fall between those two dates only. I have used BETWEEN, >=,<=, and I don't know where else to go. Here is the example that I am talking
|
| Calculated Totals in subforms | 25 Jan 2007 19:10 GMT | 2 |
I have added a text box in the footer of a subform to total all the line costs. My subform is a datasheet view, but it does not show the Total Cost. When I go into design view, my design is there, but when I go into form view it is no where to be found. Any help would be ...
|
| clear values on form | 25 Jan 2007 18:50 GMT | 2 |
I have a subform that has a various field(checkbox) & a count field(text box) both are bound. The user goes in, selects their order # & puts in their information in the fields mentioned above, then clicks the preview button and gets the report. What I need is to clear these 2 fields ...
|
| Forms design view, display ruler in pixels | 25 Jan 2007 18:27 GMT | 2 |
I'd like to find a way restrict my forms design to a specific pixel count so I know it will fit correctly on different display formats. Ideally, I could just set the ruler to display in pixels. I know I could just switch my resolution back and forth but there should be
|
| Notinlist event | 25 Jan 2007 17:45 GMT | 2 |
Here's my problem, I have the combo box set up for the notinlist and that is working just great. I can bring up the add new form and be able to enter all the data that's required. Now here is where I get lost, when I exit the add new form and come back to the original screen I ...
|
| Enable control on continuos form | 25 Jan 2007 17:31 GMT | 5 |
I want to only enable a save button when a record is either added or altered. I have been able to use the me.dirty event to enable the button when changes have been made on a single form but this does not seem to work on a continuos form. ( the continuos form is a subform on a ...
|
| Top of the detail section of my form dissapears under the header. | 25 Jan 2007 15:55 GMT | 1 |
When using the vertical scroll bars to scroll down on my form, the top of the detail section dissappears under the header. Is this normal - and can I prevent it? Stapes
|
| Display two fields in the Combo box | 25 Jan 2007 14:43 GMT | 1 |
Thanks for all of your past help. I bet I stump you on this one!!!! How do you display two fields in a combo/list box? Specifically, I have a combo box that has several fields of data associated
|