| Thread | Last Post | Replies |
|
| how do I use transfer text to create a .csv file with no quotes a. | 01 Mar 2005 03:40 GMT | 1 |
using transfer text to create a.csv file from a query I can either, use an output spec to use no quotes in the file, OR I can use the HasFieldNames Parameter to output filednames in the file. I cannot do both. I am trying to do both ie. create a file with no quotes and with ...
|
| what is the code for deleting a new record? | 01 Mar 2005 02:57 GMT | 1 |
I have different subforms inside a form, while 2nd subform depends on the number indicating on the 1st subform. That is, if there exists the number "1", there should be only 1 record in the 2nd subform. I've already constrained it with the following code:
|
| Midnight Club II Nissan Skyline | 01 Mar 2005 02:56 GMT | 2 |
MIDNIGHT Club II NISSAN SKYLINE This is a beautiful car with ?65,000+ professional customisation. It produces 350+bhp, 0-60 < 5 seconds and achieving 165+mph! It also has a Zex nitrous bottle giving up to 100+ additional bhp. If that's no enough for all you cruising street jockeys ...
|
| Run-Time Error - Database ... is being prevented from being open | 01 Mar 2005 02:55 GMT | 6 |
Hi, I am getting a run-time error "The database has been placed in a state by the user 'Admin' on machine .... that prevents it from being opened or locked." I also get another runtime error, "Could not use; file already in use.
|
| Referencing Toggle Buttons in a loop | 01 Mar 2005 02:25 GMT | 2 |
I have a situation where I need to reference multiple toggle buttons by reference. I need to create a loop where each toggle button object is individual controlled. For example, the following pseudo-code demonstrates my intent:
|
| Export Specification? | 01 Mar 2005 00:37 GMT | 1 |
I have just inherited a database and am converting it to SQL Server. There is one place where a Table is exported to a file. In the code it does a DoCmd.TransferText, acExportFixed, "Spec name", tablename, filename I would like to know what the "Spec name" contains. Is there some ...
|
| line of code to big to fit on line!! HELP? | 01 Mar 2005 00:35 GMT | 3 |
Ive got a line of code and its too big to fit on just one line. Is there anyway i can put it on two lines but logically link it? or do i need to rewrite the line of code? Cheers
|
| Back ups | 01 Mar 2005 00:33 GMT | 1 |
I would back up certain files (other that the usual office backup) and save to a SmartDisk a hard drive - I do this daily - it takes a while to select these files it possible to create a Macro to do this function?
|
| Adding a "Linefeed" in a Label/Text Box | 01 Mar 2005 00:31 GMT | 6 |
Hi, from my VBA code I am creating a dynamic control Label and Text Box. I need to force a "line feed" or "carriage return" in in the middle of the text. I tried adding a Chr(10) and Chr(13) value to the string but this did not work. For example,
|