| Thread | Last Post | Replies |
|
| How to create a new record | 16 Jul 2005 22:32 GMT | 1 |
After I entered a new record in a subform, How to automatically copy this record to next row as new record? Thanks
|
| Copy a Shortcut Menu from one database to another | 16 Jul 2005 21:58 GMT | 2 |
I have a longish custom Shortcut Menu (16 items) in a database that I would like to get into another database. Of course, I could re-enter it in the other database, but hey, I'm a programmer and inherently lazy.... Does anyone know of a method to accomplish this, or know what ...
|
| Realtime Clock | 16 Jul 2005 19:20 GMT | 3 |
When I use the expression =Time() as the Control Source the current time is displayed. I would like to know what it would take to display the current time so that it updates every second (or minute).
|
| Does anyone have a template for automobile sales professionals? | 16 Jul 2005 18:16 GMT | 2 |
I am a new user to Microsoft Access and looking for a way to effectively manage my contacts and the inventory they are interested in.
|
| How can I insert a symbol in a box on Excel with one mouse click? | 16 Jul 2005 17:19 GMT | 2 |
Help! I am making a form for my supervisors to use in evaluating employees in Excel. I need them to be able to simply click on the cell (box) and a check mark appear. Can this be done?
|
| Expression not working | 16 Jul 2005 07:21 GMT | 2 |
Hello I have the following expression Me.ID = Nz(DMax("RcId", "StockInventorylog", "RC ='" & Me.RC & "'"), 0) + 1 It's purpose is to add 1 to the ID for each RC value.
|
| Adding new entry with specific value | 16 Jul 2005 05:55 GMT | 9 |
Hi; I am trying to create an ADD only form that would automatically find the ID# of the last record add 1 to it and place it in the ID# field. So that when it adds the record, the ID will add progressively.
|
| Switchboard - Access XP | 16 Jul 2005 04:20 GMT | 1 |
Are there any websites available to review creating and using a switchboard in XP? I am expanding an existing database and I would like to simplify its use with a switchboard for other users.
|
| Preparing linked form for use. | 16 Jul 2005 01:09 GMT | 7 |
I have a membership database where new members register on a website and I download a CSV so that I can work on the data. I have a subform linked by MemberID that keeps subsidiary information for my use. Several of the fields on the subform are yes/no fields.
|
| enter a date onto an Access Form to not accept Wednesdays | 16 Jul 2005 00:10 GMT | 1 |
Office XP. I want to enter a date onto a form that will accept it only if it is not a Wednesday. I can enter the error message "Not a Wednesday", but I can't find the right
|
| Immediate access to new data in a subform combo box? | 16 Jul 2005 00:04 GMT | 1 |
I have a mainform in an access databse with subforms. When I need additional data in one of the subform combo boxes, I minimize the mainform, enter the data in the corresponding lookup table and then return to the same record on the mainform. However I can't retrieve this new ...
|
| Filter By Date | 15 Jul 2005 23:05 GMT | 11 |
I have a form that I have added an active control calendar. My calendar is working great without problems. How can I base my forms information dependent on the date I choose in the active x? For example, if I choose May 6, 2005 on my control, I want my form to
|
| OPTIONS GROUP | 15 Jul 2005 21:59 GMT | 6 |
I have a database in which I keep track of symptoms. I currently have nine reactions within my Symptom Option Group. My problem is I can only choose one symptom. Is it possible to choose more than one option from a group of nine?
|
| Auto lookup and input | 15 Jul 2005 21:58 GMT | 1 |
I have a table with all of the open orders for my company but we would like to create a table to store the orders that are rushed through. One problem is that about half of the office can do this and so it needs to be user friendly. Now what I am trying to do is create a form ...
|
| text box length | 15 Jul 2005 21:42 GMT | 3 |
I wanted to verify the length of text box. If the text box is empty do something I use following VBA code. If Len(txtMyText) = null then
|