| Thread | Last Post | Replies |
|
| Programmatically accesing query results | 20 May 2007 05:47 GMT | 2 |
This may be a basic thing to do but im stumped ....so please help I wish to run a query and then cycle through the results and write just one field into a text file in cvs format To date i have used recordsets to cycle data but with the required
|
| The Banns of Marriage | 19 May 2007 10:29 GMT | 3 |
I am setting up a Church database but when a marriage date is set, the Rector would like the dates that the Banns to be read in chuch to be automatically stated. The database currently has a married date field 'MarriedDate' and fields 'Banns1', 'Banns2' and 'Banns3' need to be ...
|
| Trying to Eun SSIS (SQL Server) Package from Access | 19 May 2007 10:21 GMT | 1 |
I am trying to run SSIS Package on button Selecting action "Run Application" I got below string which is not working saying "Invalid Procedure call or Argument": stAppName = "C:\Documents and Settings\aab\My Documents\aa.dtsx"
|
| Programatic approach to splitting Excel exports larger than 65536 | 19 May 2007 10:16 GMT | 4 |
Does anyone already have a programmatic approach to splitting the export of a dataset larger than 65536 records into Excel? I understand the nature of the limitation, so I'm not looking for a dissertation on why it's a problem. Rather, I'm looking for code that will place some ...
|
| Users create reports in MDE file | 19 May 2007 09:00 GMT | 1 |
I have a number of installations of an mde file I have distributed (Access 2000). It has a separate backend tables file. Several users have asked if they can develop and include their own reports in the mde database. As I don't want to provide the mdb file for them to
|
| Problem using Month() function | 18 May 2007 19:34 GMT | 8 |
I'm trying to use the Month() function to extract the month of the date input by the user. The user selects their date using a calendar and the calendar value is placed in a text box on the form. I'm trying to extract the month from the date in the text box on the form. Here's ...
|
| compile error: on CHR (34) | 18 May 2007 18:58 GMT | 4 |
I get an error messge: compile error: can't find project or library whenever it hits CHR(34) Any ideas what references it is looking for?
|
| File opened as READ ONLY asks Do you Want to save | 18 May 2007 17:33 GMT | 1 |
I use the following code within a module to open excel Spreadsheets as READ ONLY to update an Access database Set fs = CreateObject("Scripting.FileSystemObject") Set fp = fs.GetFolder("\\Shared\Write-ups\")
|
| Does anyone have an eg. of VB code that can talk SNMP or Telnet | 18 May 2007 17:01 GMT | 2 |
I'm not a full on programmer, but I have written a lot of code over the years to apply logic, and to filter external tables for import into MS Access tables. I'm starting on a new project to write code using SNMP and Telnet to go out interrogate a Network Device such as a router ...
|
| referencing at startup | 18 May 2007 16:21 GMT | 1 |
If I copy a database and send it to another location (server), how do I reference the references needed to run the program at the other location? Do I have to have the user manually go into to the code and select the appropriate references or is there code I can write to apply ...
|
| Insert Into Query | 18 May 2007 15:05 GMT | 1 |
I have three buttons on a nomination form, if users click on any of the button I want the contact name and other information for that particular record to be inserted into a table. I used the following code: Dim SQL As String
|
| Password Expiration | 18 May 2007 14:45 GMT | 2 |
I created a custom login form but don't know how to create a code that will require users to change their assigned password on first login. Please help Thanks
|
| Tables | 18 May 2007 14:33 GMT | 1 |
How do you move info from records from one table to another table
|
| array or table? for a loop | 18 May 2007 14:30 GMT | 3 |
I'm a newb at VB code so go easy on me... I have a table, of [dept] numbers and [directory paths]. I created a report that pulls those variables and outputs a snapshot file.
|
| Get a "newline" in a textbox, using a concatenation and controlsou | 18 May 2007 14:30 GMT | 3 |
I want to combine 2 memo inside a unique textbox and to display an empty line between them. The textbox is part of a bound form and high enough to display many lines. The form is based on a JOIN statement between tblAcademic and tblClasses.
|