| Thread | Last Post | Replies |
|
| Message box help-probably easy | 13 Aug 2007 22:04 GMT | 13 |
I searched this group but still could not find the answer to this coding problem On closing a form (Access 2003) I want the following to occur: If ALL of check boxes 1,2,3 are not checked then display the following
|
| Table <name> is read-only. (Error 3328) | 13 Aug 2007 20:46 GMT | 19 |
I don't know why this error start to occur, but it just happens all of sudden. Because of this, I can't edit table information on forms. Could anyone help me to fix this read-only error? Thank you
|
| Using Forms with multiple criteria queries | 13 Aug 2007 19:46 GMT | 5 |
From a previously posted email, I learned that I could address multiple criteria in a query by using "OR" statements. I currently use drop-down boxes in a Form format to input my criteria selection. However, the drop-down box only allowes me to select one criteria for a given ...
|
| FAQ Database with images | 13 Aug 2007 14:19 GMT | 4 |
hey all, I have a odd question. I am in the process of creating an Access database that will maintain all of our FAQ for the IT department. what we want to do is something like what "Help" does. Let me explain.
|
| Movie and Sounds in a form | 13 Aug 2007 14:16 GMT | 2 |
I have embedded movie in a OLE field stored in a table. I want to know how can I play the movie on a form. -I know how to make it when the file is linked (Using the ) -I want to know if the right type of the movie or sound stored in a table
|
| Menu toolbar disappeared | 13 Aug 2007 03:18 GMT | 1 |
In my Access database i have my menu toolbar disappeared.This is the main menu and i cannot customize the toolbars nor import tables and other objects. I have tried with the following function : DoCmd.ShowToolbar "Menu Bar", acToolbarYes
|
| using combo box and button to select a form | 13 Aug 2007 00:22 GMT | 2 |
I have built a database for a a group of stores - each store has its own table and a form to add the data - this makes over 50 forms - I wanted a simple interface to choose which store/form to open - I want to use a combo box which lists the stores to select the store and then a ...
|
| Subdatasheet | 13 Aug 2007 00:08 GMT | 2 |
I want to add another subdatasheet to my table, i already have one that is linked to another form, now I need to link another form using the subdatasheet. Thanks
|
| Cursor pauses in Access 2007 | 12 Aug 2007 17:22 GMT | 6 |
When clicking in a new record in a continuous form, the cursor will blink 3 or 4 times and then stop (sometimes for as long as 15 seconds). If you start to type right away and keep typing (without stopping) there are no pauses. When you click into a different field (even on the ...
|
| How to forbid opening subform | 12 Aug 2007 14:03 GMT | 1 |
Can i forbid opening the subform by itself ? I want my subform to be opened only by the main form and i somebody wants to open the subform not to allow it
|
| How do i open a datasheet entry in the form view | 12 Aug 2007 13:12 GMT | 1 |
I have recently started to build a database for my business, i have also created a form which i am able to enter all the data required for each entry and also includes photos. My form works fine and each new entry is added to my database. I am however having problems with trying ...
|
| Keep trailing space in field | 12 Aug 2007 12:06 GMT | 17 |
I have a search form where I have multiple fields I can enter search criteria in. I want to be able to search by the exact entry I put in the field. For example, if I have text that contains 'US BANK', 'WILD ICHYBODS BANK AND TRUST', and I search for 'US' I'll get both results. ...
|
| Change Address Fields using Combo Dropdown List | 12 Aug 2007 03:02 GMT | 1 |
I have a Form based on a Table called "VoterInformationTable". The Form has Name and Address Text Fields from the Table. I use Combo 48 to bring up a new record on the Form. I have another Combo called "cmb_Addr_Change" that I want to use to change the address of a record to ...
|
| Good book/site for newbie learning VBA? | 11 Aug 2007 13:39 GMT | 2 |
I am trying to learn VBA but can only seem to find information on VB. I don't know enough about it to know if it's the same. Does anyone here have suggestions for a non-programming type to learn the basics? Thank you!
|
| Delay commit on a bound form? | 11 Aug 2007 10:32 GMT | 5 |
Typically when you first enter data in any bound control on a bound form, a new record is created; is there any way for me to delay this process, for instance until a button is pressed? I don't want to use any funky undo magic.
|