| Thread | Last Post | Replies |
|
| Combo Box Wizard Options | 31 Dec 2007 19:51 GMT | 3 |
In the combo box wizard there are typically 3 options, the last one being to find a record based on the selction in the combo box. Nevertheless, sometimes when I try to add a combo box the third option is not present. What am I doing wrong? Thanks.
|
| Identifying individual users who all use a shared access database. | 31 Dec 2007 18:29 GMT | 3 |
I have two users, Andrew and Nancy, who each have their own computer and can connect to a common database called "employees.mdb" which resides on a network server. On that same network server, there is a folder containing jpegs of the employee pictures. When either person
|
| VBA adding values to a table | 31 Dec 2007 16:12 GMT | 5 |
So I have a text box with a string in it, and I want to get the value in that text box into a table using VBA but I have no idea how to do that. Anyone offer any help? Thanks in advance!
|
| Printing | 31 Dec 2007 05:07 GMT | 2 |
Hello eveybody, I'd like to know how to send line by line a report to the printer and how to control(Select one, set up) the printer. I don't want to use a file temporaly. I'm using Access 2002.
|
| export and import scripts in clearquest | 31 Dec 2007 04:26 GMT | 1 |
how to export and import sdcripts in clearquest Thanks, lakki
|
| Access, OleDb, Insert or Update | 31 Dec 2007 02:02 GMT | 13 |
I'm using OleDb to connect with an Access Database. I have anywhere from 10 to over 100 records that I need to either INSERT if the PK doesn't exist or UPDATE if the PK does exist, all in a single transaction. Does anyone have an SQL statement I can throw at it that would accomplish
|
| Automate Email Distribution List | 30 Dec 2007 20:25 GMT | 3 |
I have built a fairly simple database to manage contact information for about 300 clients. Some of these have requested that I send them our publications by email rather than post. I have created a query which culls the names and addresses of these contacts. Then I export
|
| Use Variable to Increment Field Name and Assign Value | 30 Dec 2007 19:51 GMT | 6 |
I need to create a report that shows the first six codes that apply to each company horizontally. The codes are stored in individual records in the real data but I am writing them out to another table with six fields labeled code1, code2,code3, etc.
|
| Sorting with DIR function | 30 Dec 2007 19:17 GMT | 12 |
What sort order does the DIR function use? I can't see any options within the function to force it to sort in a particular order. Does the sort order depend on the Windows Explorer setting for that folder?
|
| Combo Box Help | 30 Dec 2007 18:04 GMT | 8 |
I have a combo box on a form that I want the content to be read only. If any changes it should be done in the table. How can I accomplish this task? I tried to set the locked property to true, it didn't work.
|
| Opening form at a new record | 30 Dec 2007 15:37 GMT | 1 |
I'm a bit perplexed about this. If I bring the form out of design mode into view mode, then the code below (which is on the form's open event) works fine and gives me a new record. If I close the form completely and then re-open it, I get the error "GoToRecord isn't
|
| Last four records or each item | 30 Dec 2007 12:18 GMT | 4 |
I have a database that lists each time stock items are purchased, who they are purchased from and the date of that purchase. I have a query that list those purchases, it's linked to the order also to grab the purchase date.
|
| Incorrect value returned by query in Access 2007 | 29 Dec 2007 23:38 GMT | 9 |
In Access 2007, why does a query field designed as Term: [Forms]! [frmProfiles]![cboTerm] return 00:00:00 when cboTerm actually contains 08SP. This works as expected in Access 2003?
|
| Question about Allen Browne's form filter instructions | 29 Dec 2007 19:09 GMT | 5 |
I quote: "With an unbound combo in the form's header, you could provide a ------ simple interface to filter products from one category."
|
| System.Data.OleDb.OleDbException: IErrorInfo.GetDescription failed with E_FAIL(0x80004005) | 29 Dec 2007 16:03 GMT | 1 |
I m Pankaj, i ve a problem in accessing data from MS-Access Table. The error is System.Data.OleDb.OleDbException: IErrorInfo.GetDescription failed with E_FAIL(0x80004005)
|