| Thread | Last Post | Replies |
|
| Treeview error 35602 in Access 2007 | 27 Sep 2007 13:10 GMT | 1 |
Whenever I try to populate my Treeview control, I get an error 35602 "Key is not unique in collection". The table I am populating from has 1 record and the primary key is an autonumber. Here is the code: Private Sub FavMenu()
|
| One-table query, listing multiple fields in one listbox | 27 Sep 2007 12:58 GMT | 1 |
I'm think i just might be trying to do something here that seems to be difficult, or poorly documented. I am trying to build a query based on one table (hardware). The table hardware contains fields like manufacturer, model, type, ipaddress, mapping, location, etc...
|
| Code breaking out with no warning message or anything. | 27 Sep 2007 05:53 GMT | 1 |
The below code is breaking out on the line of: pcdFormToDrs False I have no idea as to why this is happening, cause in the earlier tests, this worked fine and had no such issues. VBA option is setup to break only on
|
| Convert AccessBasic97 to AccessBasic2007 | 27 Sep 2007 03:56 GMT | 2 |
Has anyone tried to convert AccessBasic97 code to AccessBasic 2007. Is it as simple as cut and paste or is Access Basic2007 really different from AccessBasic97?
|
| Using Access and SQl to update a web page | 27 Sep 2007 02:40 GMT | 1 |
I have been doing some reading to try figure out the best way to get reports to a web page from an Access data base. Everyone suggest that I use ASP. One problem, I do not have access to a web server. The web page would be on a network drive.
|
| Passing parameter to Update Query | 27 Sep 2007 02:18 GMT | 6 |
I have a procedure that uses TransferText to import file(s). After they have been imported I need to update those records. I have the update query below. In my procedure I have: With qdf
|
| Using option buttons in a form, then report for only opts. selecte | 26 Sep 2007 22:54 GMT | 1 |
I have a Access form with option buttons that is completed by the user. I want to make the process as easy as possible for the user to click on the options that is applicable for the customer. Then when I create a report that if an option button is selected it will actually ...
|
| Parse text file | 26 Sep 2007 20:47 GMT | 3 |
I have the following code to read through a text file Dim FileNumber As Integer Dim sFile As String FileNumber = FreeFile
|
| VBE - code duplication concern... | 26 Sep 2007 19:50 GMT | 3 |
I have successfully writen a data import script that appends excel data to an exisiting table. I wrote the script to operate on the button-click event for a command button. When navigating my code in the VBE, I notice that the code is duplicated in different form objects, which ...
|
| Adding data for the next 11 months | 26 Sep 2007 19:34 GMT | 2 |
I have a form to which employees add , delete or update locations (addresses ) each month for 12 months for each customer. There is a main form with the basic customer information for each month and a sub form with all the locations for each month. A location must be on each ...
|
| Convert Numeric to Text Fields, Help!!! | 26 Sep 2007 19:10 GMT | 1 |
Long story short... dealing several legacy access databases that I inherited and now I have run into a brick wall (caused by one data field). I need to find a quick/simple way to convert a NUMBER field to a text field for comparison within an update query. I realize simplest ...
|
| Alternatives for long running processes? | 26 Sep 2007 16:30 GMT | 2 |
I have a peice of code that has become unacceptably long-running and ties up the UI for too long. I'm looking for a solution. It used to be just the task that had start and complete dates but now it is each person working on the task has a start and complete date.
|
| CDO Error Message | 26 Sep 2007 16:30 GMT | 2 |
I got the following code from Paul Sadowski's web page. Set objMessage = CreateObject("CDO.Message") objMessage.Subject = Me.Subject objMessage.From = "MikeShipp@aol.com"
|
| Extracting text from a field | 26 Sep 2007 16:21 GMT | 2 |
I hope someone can help. I have read through the posts on regular expressions and am still at a loss. I have a field in a table that contains text data that looks like: HPWLY CXLUMA 81 295 10930149 RJ 66 CHTM
|
| Updating a table | 26 Sep 2007 15:56 GMT | 6 |
I have a question regarding updating a table. I am currently converting dbase to access but do not know how you would update a table directly before it's seen in a form. In dbase i can run a program(which evaluates each record with a do while not eof() and replaces blank ...
|