| Thread | Last Post | Replies |
|
| Could I down load Access for trial & buy just Access as I have eve | 20 Dec 2005 22:12 GMT | 3 |
Could I down load Access for trial & buy just Access as I've already have every other programs in the Office package? On Microsoft.com I could not as Access belongs to the professional package & there is no free trial period for this one.
|
| group options | 20 Dec 2005 20:59 GMT | 1 |
I have a question about forms. My question is I have created a "list box" for the controls in a form. However, I want these option to loook like an "option group" due to a "list box" takes a lot of space in my form. I read about this option group but I'm not sure if this will ...
|
| Revisions and Modifications | 20 Dec 2005 20:38 GMT | 3 |
Good morning All, How do you pros keep a tabs on revisions and/modifcations to a database you have? I have a database that I have built and as I learn new things or need to make modifcations I would like a way to keep a record of what it was I
|
| check box on footer | 20 Dec 2005 16:02 GMT | 9 |
is there some reason why a check box will not allow me to check it when it's on a form footer?
|
| tabledefs and linked tables | 20 Dec 2005 16:00 GMT | 3 |
how can i get this code to include linked tables? For i = 0 To dbs.TableDefs.Count - 1 If dbs.TableDefs(i).Attributes = 0 Then cbxChooseTable.AddItem dbs.TableDefs(i).Name
|
| tab forms and adding controls to my tab form | 20 Dec 2005 15:29 GMT | 1 |
I have two problems when I create tab forms. My first question is I have created a form and now I added a "tab form", but the controls already in the form (design view) cannot be moved to the "tab form". I tried to drag them but it does not work, how can I move my controls to the ...
|
| Problem importing XLS or CSV files | 20 Dec 2005 14:10 GMT | 2 |
Having opened a new blank database, import table does not work for opening data Excel data in either XLS or CSV file. The dialogue box titled mx_FrmMain : Form opens but the form is totally devoid of any data.
|
| no pictures show with forwarded email | 20 Dec 2005 03:15 GMT | 1 |
When I forward emails that have picturesand text,only text show. no pictures outlook Express 6
|
| Best Practice for Developing a Grid | 19 Dec 2005 23:48 GMT | 2 |
I am looking for the best method to create a displayable grid out of a table of data. I essentially have three tables. one with Student information, one with report information, and one with student's turning in their reports.
|
| When I minimise window, Outlook 2003 shuts down! | 19 Dec 2005 22:23 GMT | 1 |
I recently installed Outlook 2003 (part of OEM Office 2003 Pro), replacing my trusty Office 200 Pro. Now find that the program shuts down unexpectedly when minimised, or when clicking on the program box in the taskbar...at any time. Everything else
|
| increase size of form | 19 Dec 2005 22:01 GMT | 3 |
I have made this question before, but I don't think I did not explained that well. I have created a form with a lot of controls, and I have dragged down the form foorter all the way down up to its limit. I wonder if there is a way to keep dragging down the form footer so I can ...
|
| trouble accessing the database | 19 Dec 2005 21:09 GMT | 3 |
Please excuse my ignorance in advance....I have recently inherited an access database at my workplace, trouble is I don't know very much about MS Access, I need help with the following..... when I try to open it (ie double click) responds with a form or some kind of page that asks ...
|
| New and dense ... Need Help! | 19 Dec 2005 18:58 GMT | 1 |
I am new to VBA/Access scene and started to design new database to practice what I have learned in classes and I would appreciate any help with my current problem. I have form A (frmA) and form B (frmB) and in both forms I have
|
| Wizard form does not let me create a form | 19 Dec 2005 18:26 GMT | 1 |
I run into a problem creating a form. I have used the wizard option to create forms, but now for some reason it does not let me do it. The form created does not show the controls I have chosen, it's only a blank form. Can I find a way to solve this problem?
|
| Same Record with another form | 19 Dec 2005 16:39 GMT | 5 |
Thanks for the prevoius reply, with the same project I just wonder how could I make a form with datasheet view ,link to masterform and will reply when I click with command button that datasheet view form will show all the records that have been filterd by masterform.
|