| Thread | Last Post | Replies |
|
| treeview wizard | 29 Jul 2008 03:37 GMT | 2 |
Hello. I came across an msdn article that references a treeview wizard call TreeLib.mdb. I have googled for this searched other means as well but am not finding its location. I am inquiring if anyone knows where this can be found? Thank you.
|
| DLookup or Code | 29 Jul 2008 02:29 GMT | 2 |
Once again I find myself scratching my head. I thought I could use the following code to automatically return the value of a specific field from my query but, I am having problems. After reading up on DLookup and it's problems...I'm asking myself if I need to do something else. ...
|
| Save on Second form | 28 Jul 2008 23:32 GMT | 4 |
I have two forms; one of which is behind the scenes. I'm trying to capture time stamps on how long it takes an employee to complete a task. Form1 has all the task info (taskid, issue, actions etc). Form2 has fields empID, taskid,starttime, endtime. Form2 will ask for the empID ...
|
| Listbox without ScrollBar | 28 Jul 2008 23:20 GMT | 2 |
Can I make a listbox without a scrollbar? Can I make two command buttons one to scroll up the other to scroll down instead of the scroll bar? Thanks
|
| How do I update date value with the click of a button? | 28 Jul 2008 22:45 GMT | 7 |
I have created a form to be used in a police dispatch. I am trying to use button commands to displace current date & time. EX: call received time, dispatched time, arrived time and call completed time. I am using text boxes to hold the data, formatted date/time. Should I be
|
| coding a report from a form. | 28 Jul 2008 22:21 GMT | 2 |
please see below for my original question and then my subsequent question with regards to coding the filter for a report from forms code. thanks Lee
|
| How to tell what field has the focus? | 28 Jul 2008 22:19 GMT | 3 |
In Access 2003, I need to generically determine what field has the focus. The reason for that is I need to determine if that field is locked, and if so, take a certain action. So I need something like: If me.(current field that has the focus).Locked = True then....
|
| Run time error 214352567 code not right | 28 Jul 2008 21:42 GMT | 2 |
Within my form I have a checkbox that once clicked requires three fields to be entered. I have codes to open a pop-up text box for each entry. These entries are subject to validation rules and if entered incorrectly, I get a run-time error 214352567. Then the pop-up box ...
|
| Auto Populate Username | 28 Jul 2008 21:10 GMT | 5 |
I am creating a database with user-level security. One of the forms has a field labeled "username." I would like this field to auto- populate with the username of the user that is logged in. Is there a way to do that?
|
| How to detect non-printable characters from updating a unicode-field from a form? | 28 Jul 2008 20:27 GMT | 1 |
In the US ASCII table (0-255), non-printable (or control characters), could be filtered by Asc(ch)>32. But what happens if the table is Unicode (0-65,000) and somebody from another country (like in Asia), uses another character set? How do I detect non-printable characters in ...
|
| subform - delete/edit options? | 28 Jul 2008 18:18 GMT | 3 |
I have a form with about nine subforms with links to tables on each. (This was the way it was designed) I need to be able to delete/edit items in each table/subform. I was just wondering what is the best way to do this? Is it easier to create a delete form where the user can ...
|
| create new record (addnew?) | 28 Jul 2008 16:15 GMT | 3 |
I have a form that contains only unbound controls. These are used for selecting values for new records that I want to create in multiple tables. I've made an attempt with AddNew but have encounted an 'invalid use of property' error on the second statement below.
|
| form / table design | 28 Jul 2008 15:50 GMT | 2 |
I have a list of items that could have a value or might not. The way I would usually do this is each item has a code and each record consists of a ProjectNo, a code and a value, thus the table only containing the items that have values in a vertical.
|
| Proper Way to Quit an Application | 28 Jul 2008 15:37 GMT | 4 |
In an application that we have I have created a menu and a macro. The macro contains 1 command application > quit. The menu item "Exit" calls the macro. I take it that this isn't the proper way to shutdown an application because in a large percentage of the time exceptions
|
| 'On Exit' working for tab-key but not for mouse | 28 Jul 2008 14:41 GMT | 3 |
On a continuous form, a control in detail section of form, uses the 'On Exit' property. The 'On Exit' event triggers serial actions (functions) including setting values within other controls and writing/updating record(s). When the user uses the keyboard to exit the control ...
|