| Thread | Last Post | Replies |
|
| Has ListItem changed to a different Item in Access 2003? | 06 Oct 2005 23:13 GMT | 1 |
I am getting a compile error in Access 2003 trying to use a ListItem. Has another class or type surplanted ListItem? Please Let me know. Thanks Terry
|
| Setting the List column width/horizontal scroll issue | 06 Oct 2005 22:48 GMT | 9 |
MS Access 2K, Windows XP ==================== Hi, I have a list on a form and I'm displaying some data from a query. Some of
|
| VbButtons | 06 Oct 2005 22:11 GMT | 4 |
see the below - How could i get the msgbox to display button 1 and button 2 instead of yes/no? and what would be the values when 1 and 2 are selected
|
| A2K Fonts Problem | 06 Oct 2005 21:08 GMT | 3 |
I am using Access 2000. I am looking to populate a combo box with all the font names currently installed on the system. How do i get this list? Is ther an API that I can call? Is there any way for me to view system API's in case i need to look for something else?
|
| Designing a form for users with read only permissions | 06 Oct 2005 20:40 GMT | 3 |
I have a form that was originally designed to allow users to update, delete and insert records into some tables. I modified it to allow users to view the data only. I did so by locking some controls including subform controls. Now I've implemented security on this application and ...
|
| SQL Syntax Problem | 06 Oct 2005 20:26 GMT | 2 |
I'm trying to run this and it doesn't seem to be working It works fine until I put the LineID into it. I need the DMax statement to check the LineID if its null, if not then make it +1 CurrentDb.Execute "Insert into SalesDetails (LineID,SalesID,ItemID)
|
| Listbox | 06 Oct 2005 19:41 GMT | 2 |
I have a list box that I want: 1. I want multiple selections - Accomplished 2. Save the multiple selections to the database - Not Accomplished What code is necessary for #2 to be successful?
|
| Report columns | 06 Oct 2005 19:36 GMT | 1 |
I group by Client ID. Each client can have 1 to 100 items numbers. I want the group header to contain the client id. In the detail section I want the item number to list across the page, 8 a row, then a new row below if more and so on.
|
| using toggle button in form, to code as 1,0 not -1,0 | 06 Oct 2005 19:01 GMT | 7 |
In an access form, I'm trying to use a toggle buttons, but I'd rather they code to my database as 1 for yes and 0 for no rather than -1 for yes and 0 for no. Aside from fixing it later, does anyone know how to fix this up front? many thanks!
|
| Update front end | 06 Oct 2005 18:20 GMT | 4 |
I have a frontend/backend A2k3 database. I have about 20 users. I use a small vb program on the users machine to open the program. It checks the copy of the frontend mdb file on the users machine and compares it to a copy of the file I put in the same folder as the backend database. ...
|
| Message when combo used after first time | 06 Oct 2005 17:30 GMT | 16 |
Is it possible to get Access to recognise when a combo has been used more than once, so that any selections made after the first one cause a message box warning to appear? My combo causes a text field to be updated at the same time as the combo selection is made and I want to ...
|
| rst.Find '3001' problem.... | 06 Oct 2005 17:00 GMT | 5 |
I'm trying to delete records from a table using the rst.Delete and I can't seem to get the rst.Find to work below is the code. and below that is the error message i'm getting. Public Sub codDeleteEmployee()
|
| Combo Box populated with values from table | 06 Oct 2005 16:41 GMT | 2 |
Apon entering a particular form, I'm trying to have the first Combo Box field populated with values from a particular table. I'm unclear on private and public subs, but I'll check into that after this. If someone could provide a little direction in this learning project, thanks.
|
| vba help | 06 Oct 2005 16:34 GMT | 3 |
hey all, so, i'm in a data entry form. i enter in some data and i press ok. in the okButton_Click event i need to goto 2 other tables inside the same database to do some checking before the record is added.
|
| Re-freshing open form with Query | 06 Oct 2005 16:10 GMT | 1 |
I have a form that will be open (FORM B). When I change information in a subform from FORM A, SUBFORM A I would like for the query that FORM B is pulled from to run and update the information to automatically display in FORM B
|