| Thread | Last Post | Replies |
|
| Command Button not working on form - HELP!!! | 31 Dec 2008 23:56 GMT | 3 |
I have 3 tables - Customer, Brand and Item. Each table is associated to a form. the field Customer Code is on each table and provides the relationship between the three tables. On the Item table, the brand name is selected from the brandname field on the Brand table (i.e. the ...
|
| Top value + 1 | 31 Dec 2008 21:15 GMT | 6 |
I hope this is the last post I have to do for awhile. Everyone has been so much help. I have 3 fields: Item #, Sequential #, and Year (they want it to by in 2 digit format). I've done this with 2 variables before, not with 3.
|
| Date Function and SQL Question | 31 Dec 2008 20:50 GMT | 8 |
I have the following sql: DIM TodayDate as DATE TodayDate=Date "UPDATE taDEFENDANTS SET SummonsGeneratedDate=" & TodayDate & " WHERE
|
| Multiple Sources | 31 Dec 2008 17:39 GMT | 3 |
I have the results of 2 queries that I want put on 1 form, my questions are; can I do that, what is the correct type of display device, should I be using a “list Box”, a “Sub form”, Tab Control? I’m using 2 list boxes, the first one works, the second does not format the decimal ...
|
| saving form on close | 31 Dec 2008 17:32 GMT | 7 |
I have a form with listboxes that allow me to click values that are then added to records. Whenever I close the form, a 'do you want to save' prompt occurs, even though I don't make any changes to the form design. What code can I use to save the form when it is exited?
|
| Disable pop up calendar | 31 Dec 2008 17:15 GMT | 3 |
I have a date field that I use the pop up calendar for. It works fine, except that I also open that form in read only. When I open it in read only I the date field is changeable, how can I fix this. I tried this command but it shadows out the field. Is there another command I ...
|
| Press one button to execute another one | 31 Dec 2008 15:08 GMT | 4 |
In my mainform I have 2 subforms linked by child/master field to the mainform and control button wich toggles the Enabled property of the 2nd subform. The 1st subform is datasheet, not updatable, shows records entered thru the 2nd subform.
|
| Time function | 31 Dec 2008 13:16 GMT | 8 |
I need to display in formation in military time. hh:nn, ie, short time. I do not want the text box to change to "normal" view when the field is entered , with AM / PM showing. No matter what I do, it still displays with 03:46:01 PM when the field is entered. Help?
|
| Basic setting form filter criter from text box | 31 Dec 2008 12:43 GMT | 2 |
Experienced on Access, very very very newbie on code. In order to learn (step 1 of 100 of figuring out Allen Browne's multi-field form filter example) trying to do the most basic example of setting a filter criteria; filter for exact match between user input into an unbound text ...
|
| Not showing repeated records | 31 Dec 2008 11:28 GMT | 2 |
Suppose a database where several tables are linked to a sort of top level table: other tables 'feed' keys to the top one. I would say almost all databases must work this way. Now,
|
| changing the Phone Number Input Mask to all for extensions | 31 Dec 2008 09:16 GMT | 2 |
Is there a way to modify the Phone Number Input mask from the Input Mask Wizard to allow the user to enter an extension number at the end of the usual 10 digit phone number? I find it much more convenient to enter the extension in the phone number field rather than create ...
|
| ADO: Listview | 31 Dec 2008 02:43 GMT | 3 |
I am currently converting code from using DAO to ADO. I am having trouble with loading a treeview recursively. Microsoft has a good DAO sample code. Any code examples out there for ADO? SC
|
| time - Greenwich Mean Time | 31 Dec 2008 01:36 GMT | 1 |
Has anyone ever incorporated GMT (Greenwich Mean Time) into Access? Didn't know if it is possible, since most of the time / date values are based on the computers clock.
|
| Combo box reference issue | 31 Dec 2008 01:34 GMT | 2 |
I want to use one independent Combo box that is used to limit two dependent Combo boxes. How do I accomplish this?
 Signature Message posted via AccessMonster.com
|
| Connecting commands on form | 31 Dec 2008 00:13 GMT | 8 |
I've created a form with a drop-down list, command button and subform and would like to connect the three together. So that when name1 is selected from the dropdown list and a command button "Go" is clicked name1's subform opens as the subform in the form or if name2 is selected ...
|