| Thread | Last Post | Replies |
|
| setting focus after error | 21 Jul 2005 19:06 GMT | 2 |
Seems like I've been having trouble with this for a while and I don't know why I feel the need for a solution today but here's the problem. What do I need to do to put the focus back on a field where I have just triggered an event. Something like this:
|
| SQL in Add form wont delete cancelled record | 21 Jul 2005 18:40 GMT | 1 |
I have built an Access application in which I use custom pop-up forms for the user to add new records rather than the Access 'end of recordset' add method( I have removed the navigation buttons and standard 'add new record' button). I was using a code incremented primary key but ...
|
| Check box added to wizard created forms does not "refresh" when a. | 21 Jul 2005 18:34 GMT | 1 |
I am attempting to modify a wizard-created contact database. I would like to add "check boxes" to categorize contacts for the purposes of audience specific mailings. A number of contacts fall into two, three, or four categories, so I added check boxes for each category. It ...
|
| How to automatically update a date in a form | 21 Jul 2005 18:30 GMT | 4 |
I have a field in a table called “LastUpdated” formatted to short date. The default is set to =Now() which means all new records have the right date.. I have a form set up for users to enter or edit records. No matter how often I tell people to change the date if they edit ...
|
| #Deleted in Multi-user form | 21 Jul 2005 17:22 GMT | 2 |
I have a multi-user database setup as Front-End/Back-End. One of my forms lists a set of records. Lets say two users are viewing the same set of records. If user 1 deletes a record, the form is setup to automatically refresh to remove the deleted record from the view. At the ...
|
| Admin vs. Data entry User | 21 Jul 2005 16:35 GMT | 4 |
I would like to be able to hide a button from a currentuser() who DOES NOT have Admin rights. what is the best way to do that?
|
| Am I asking the impossible? Open form find record insert item? | 21 Jul 2005 16:20 GMT | 5 |
I have a MasterCard main form with a MasterCard Details subform. I would like to create a drop down that would open another subform (subfrmExpenseDetails) and search for two (or three) parameters (the purchase date and the supplier( and $amount)) and insert the found record
|
| hello | 21 Jul 2005 15:14 GMT | 1 |
|
| Form using a list box to filter with a subform connected | 21 Jul 2005 08:29 GMT | 2 |
Please can someone help me please I am running a filter in a form by using a query showing employee name I then wish to filter from another query filtered information from that person .. It works great but it is continously adding a new entry into my employee
|
| Grow, Expand, or Shrink a List Box | 21 Jul 2005 08:10 GMT | 2 |
I want my list box to automtically expand to fit all controlled input. I do not want a scroll bar. 1) Is it possible? 2) If so how?
|
| Delete rows created when Error 3159 "Not a valid bookmark" encount | 21 Jul 2005 07:46 GMT | 3 |
My user was entering data when she encountered this error. She did it twice and these rows were saved on the table and I want to get rid of them. Rows were populated with "#Error" value on the feilds. When I trried deleting these rows, I got the same "Not a valid bookmark" ...
|
| image vs object | 21 Jul 2005 05:21 GMT | 2 |
Is there such a thing as an 'unbdound image control' Apparently this is what i need to display an image based on the location of the image within the harddisk (ie hyperlink address)rather than just storing the image within the database
|
| Form Inheritance? | 21 Jul 2005 03:46 GMT | 1 |
Is it possible to do form inheritance in MS Access? Can anyone point me to a link that explains this? Thanks, Jim
|
| DCount Expression needed for Formual? | 21 Jul 2005 02:55 GMT | 1 |
I have a main form with 2 sub-forms on it that is used to calculate the amounto Invoice a customer. Here is my dilemna; The below code works OK with the exception of that it DOES NOT account for more than 1 employee.
|
| Date of Birth as Years age | 21 Jul 2005 01:21 GMT | 6 |
I want to calculate age in years and am using the following formula =DatePart("yyyy",Date())-DatePart("yyyy",[Date of Birth]) The answer i am getting is, I assume, being rounded up to the next whole number as it usually give me 1 too many years.
|