| Thread | Last Post | Replies |
|
| Combo box and data | 31 Dec 2007 23:27 GMT | 7 |
My combo box has three columns. As normal, it shows only one column after choosing the record from the list. Please show me how to make the combo box shows all three columns. Thanks
|
| Filtering to pull up certain information | 31 Dec 2007 22:27 GMT | 6 |
I have a lookup box that pulls up different contract numbers (Contractnum). With those different contract numbers, I have a lookup box that pulls up the different invoices with that number (Workordernum). My problem is I want to only see the invoices for that certain contract ...
|
| having combo box on subform reading many relationship | 31 Dec 2007 20:15 GMT | 3 |
I am new to subforms, but have been playing around with them recently. Getting the subform to show a datasheet view fine. To add some better functionality, what I am envisioning doing is having a subform that then has a combo box that displays the "many" (one-to-many) part of ...
|
| Linking Jpegs in Access 2003 Forms | 31 Dec 2007 19:47 GMT | 1 |
First of all let me say, I'm NOT a programmer. I went a bought several books on Access 2003 inorder to create simple databases forms. I've created a form for our little company which I wish to display the employee's picture on the form. When I follow the procedures in my book, ...
|
| Toolbars Hide | 31 Dec 2007 14:41 GMT | 2 |
I would like to hide all toolbars. How many toolbars that Access XP has? DoCmd.ShowToolbar "Menu Bar", acToolbarNo DoCmd.ShowToolbar "Database", acToolbarNo,
|
| web form | 31 Dec 2007 10:13 GMT | 1 |
Can I create a form for my web site in access and use a captcha and insert this into Front page? If so can someone please help me wiht instructions?
 Signature Thanks,,
|
| table linkage and sub forms | 31 Dec 2007 08:58 GMT | 4 |
Using Access 2003 in XP SP2 ... I have a simple DB consisting of three tables. All three have a common field called "Volunteer Number". The primary table is linked to the other two tables in a one (primary table) -to-many (other tables) relationship.
|
| 2000 database working horribly in 2007 | 31 Dec 2007 07:01 GMT | 2 |
I've got a fairly complex Access database; I'd venture to say on the verge very complex database. SQL Linking thru ODBC for most tables minus a few temp tables. The real problem is that I have a Form with 6 pages of Tab Controls. This particular form is very sluggish with the ...
|
| Auto load fields in form | 31 Dec 2007 05:49 GMT | 4 |
I have a form where users enter multiple records at a time. To save time and to ensure no mistakes are made, I would like to be able to auto populate some fields such as the users name, report name, and report number. Is there a way for users to enter these fields once have ...
|
| Using IFF function in textboxes | 31 Dec 2007 04:47 GMT | 1 |
I want to evaluate an equation based on (2) existing variables on a form and to avoid a division by zero error I was hoping to use the Iff function in the textbox. I tried using the IFF function in a textbox as follows Iff(den<>0, num/den,
|
| Output to excel ==> replace worksheet | 31 Dec 2007 03:51 GMT | 5 |
Usually out to excel will replace a workbook.Can we make it to replace worksheet only.Thank's
|
| Populating Form from another form's data | 30 Dec 2007 22:10 GMT | 1 |
I have 2 tables, both of which contain last name, first name, and MI as field names. I have built a membership form that contains the main demographic information for the person and from there the end-user clicks on a button that takes them to another form to complete some dated ...
|
| a small problem with String functions | 30 Dec 2007 18:20 GMT | 4 |
I am dealing with strings that contain text such as 'Box1,1' to 'Box30,14' and I need to seperate out the numbers either side of the comma (,). Can anyone help with string functions or code to do this and store the numbers in integer variables.
|
| get dll class | 30 Dec 2007 11:20 GMT | 1 |
I Create A Dll Class In VB6 And I Want To Use Its functions In Access XP But Without Set Is As A Reference So Can I Use The Create Object Methode To Create It As An Object In My Form
|
| Not show the data in the query | 30 Dec 2007 02:37 GMT | 4 |
I transfer the excel data to database, since I want bulit it's data base. I found it that query will not show anything, if nothing filled in the other table, like gender table. My question is, is it the reason?.
|