| Thread | Last Post | Replies |
|
| Combo Box - Cannot display choice | 21 Sep 2004 07:09 GMT | 3 |
What am I doing wrong? I cant seem to display the selected column in my combo box. The combo box displays the left most visible column only even though all four columns are visible.
|
| outlook express error | 21 Sep 2004 03:31 GMT | 1 |
my outlook express just started giving me an kernel error and will not open... the message states to restart computer if problem persists, but I have done that and nothing changes..... any suggestions....I have saved messages that I cannot access due to this
|
| txtBox value enabling a subform | 21 Sep 2004 01:49 GMT | 3 |
I would like a subform to be shown if the value in a txtbox is less than 12 (months) If txtBox.value < 12 Then sfrmForm.Visible = True
|
| Query/Table Update | 21 Sep 2004 00:02 GMT | 2 |
I have over 255 columns to place in one query. How can I have a form look at two or more queries?
|
| ComboBox fields to Update record in a table | 20 Sep 2004 21:27 GMT | 6 |
I have this exercise below working. Now I want to know if I can have my combo box on a form that has the record source set to another table and I want to select the names from my combo box multiple times to fill in fields on the form that will update my other table. I would be ...
|
| Backing Up an Access 2000 Database | 20 Sep 2004 19:06 GMT | 3 |
Hello out there ! What would the best or most efficient way to programatically backup an Access 2000 database ? Plus I'd like to date stamp the backed up database file if possible.
|
| Keeping users out of development environment | 20 Sep 2004 17:52 GMT | 4 |
I have an application that users have been opening with a shortcut on their desktop. This removed the various menu items available in the development environment (and did I'm not sure what else). My problem is that the short cut was lost, and I don't even remember exactly what it ...
|
| Changing text to Title Case | 20 Sep 2004 17:09 GMT | 6 |
We have a membership database that has over 2000 members with most of the name and address fields having been entered in UPPERCASE. Is there any way I can automate a change on all these records to Title Case? I'm very new to Access. BTW we're on Access 97 (I think!)
|
| sum two field | 20 Sep 2004 17:03 GMT | 9 |
Hello! Everybody I create a simply table called table1. Three columns called col1, col2, col3 How do I sum column1 and column2 to column3 in the "default value" of the table design view? Put expression like =[col1]+[col2] ??? but when save it
|
| Combo Boxes again | 20 Sep 2004 16:51 GMT | 3 |
I have three combo boxes (FirstName, Surname, PhoneNumber) on a form and a table whose fields are FirstName, Surname, PhoneNumber and Company. I want to use any one of these combo boxes to search the
|
| Control's ControlSource | 20 Sep 2004 15:48 GMT | 3 |
I have created a control on a form and choose not to use the wizard to link this control's control source at that point. Now I need to link this control to a field in a table. How do I do this.
|
| Autocomplete | 20 Sep 2004 14:14 GMT | 9 |
I think it would be called autocomplete. I have 2 tables. How can I make a combo box on a form to automatically insert the specialty of the physician when I select the physician's name? I don't understand SQL so I need to use wizards and the toolbox. TblPhysician PhysicianID ...
|
| newbie. Access exits without confirm. | 20 Sep 2004 13:01 GMT | 5 |
A friend of mine is using (for the first time) access, at work. Apparently (I am told) Access will exit if the X button (top right button on screen) is clicked *without* asking for a confirmation - even if there have been changed made to the data! I find this a bit unlikely - but as ...
|
| Image database | 20 Sep 2004 05:08 GMT | 10 |
I want to set up a database to keep track of my digital photos but I have come across a couple of problems. Firstly, I have a field whose data type is set as "OLE Object". In this field I want to insert small thumbnails of my photos. When I try and insert
|
| change multiple text boxes by changing one combo box | 20 Sep 2004 04:10 GMT | 1 |
How do I get multiple text boxes to change, by changing the selection in a combo box. For example: changing the company name changes the address, city, state on the form.
|