Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MarshaP

    Importing a dbase file in 64-bit Access 2010

    I have a scheduled task that runs in Access 2010. It reads a .dbf file and creates an Excel file that is used by other processes. It works fine on my old PC, a 32-bit XP machine. I am not able to get it working on my new 64-bit Windows 7 machine. Both are running Access 2010, but my old PC...
  2. MarshaP

    Error 3 on Pervasive Rebuild

    I used rbldcli in a batch file. The files rebuilt on the test server. The rebuild operation start time is 06/13/13 21:30:36. rbldcli -c -p16384 -lrebuildlog.txt -f95 E:\AOD\magic8\C001\MRORDREXT REBUILD-20: The utility is processing E:\AOD\magic8\C001\MRORDREXT. REBUILD-68: Status code 3...
  3. MarshaP

    Error 3 on Pervasive Rebuild

    I have a batch job to rebuild about 100 files. The batch job ran successfully on a test server, but not on the production server. Three of the files got an error 3 during the rebuild. One of the files is very large, with 17 extensions. Another is large with one extension. The third file is...
  4. MarshaP

    Problem with 32-bit ODBC and 64-bit Access

    Yes, I have the 32-bit ODBC set up. Is there a way to get 64-bit Access to use it?
  5. MarshaP

    Problem with 32-bit ODBC and 64-bit Access

    I posted this in the Access - Tables section, but have not had a response, so I thought I would try here. I have several Access applications that use 3rd party software. One of the databases is Visual Fox Pro, another is Pervasive (btrieve). As far as I know, there is no 64-bit driver for these...
  6. MarshaP

    Problems with 32-bit ODBC in 64-bit Access

    I have several Access applications that use 3rd party software. One of the databases is Visual Fox Pro, another is Pervasive (btrieve). As far as I know, there is no 64-bit driver for these two databases. I am able to set up the ODBC on a 64-bit laptop using the odbc32ad.exe in SysWOW64...
  7. MarshaP

    Error trying to set up Pervasive ODBC

    Windows 7, 32-bit, Pervasive 11. When I went in to look at the registry, it said I didn't have permission, even though I am a domain admin. I went up to the ODBC folder, and I had permission there. I clicked the checkbox to push the permissions to the child folders. I was then able to...
  8. MarshaP

    Error trying to set up Pervasive ODBC

    I have set up the ODBC connection to our Pervasive database on many PCs. I had one PC that got the error "The setup routines for the Pervasive ODBC Client Interface ODBC deiver could not be found. Please reinstall the driver." This error was displayed as soon as I clicked on the Pervasive...
  9. MarshaP

    Excel 2010 gets error message on recorded macro

    I recorded a macro in Excel 2010 to run a saved query and return the data. When I run the macro, I get a run-time error 5, invalid procedure call or argument. This is the code generated by the macro recorder: Sub Macro5() ' ' Macro5 Macro ' ' Workbooks.Add With...
  10. MarshaP

    How to get rid of quotes in Access 2010 delimited export?

    I am trying to export a table to a comma delimited file in Access 2010. I am getting quotes around every field, which I don't want. I have read about exporting it manually and selecting the Advanced options to get rid of the quotes, but I can't figure out how to export manually to comma...
  11. MarshaP

    Print button only works with 'Run This Form'

    We have an Outlook form designed by a former employee that we are trying to maintain. It has a print button on it that executes a script when clicked. If I have the form open in design mode and click on 'Run this Form', and click on the print button, it prints. However, when the form is...
  12. MarshaP

    Converting from Office 2003 to 2010. Simple training available?

    We will be converting from Office 2003 to Office 2010 within the next couple of months. Ideally, I would like a 10-15 minute video that gives an overview of how Office 2010 is different. This would be for our accounting department initially. Does such a thing exist?
  13. MarshaP

    VFP ODBC missing one file

    I have four .dbf files that I set up an ODBC for, using the VPF driver. When I selected the path in the ODBC setup, it showed me all four files. However, when I try to use it in Crystal Reports or Access, it only shows three. I am able to open the fourth file in Excel, so I don't think it is...
  14. MarshaP

    Total Query - How to get 'extra' field

    That did it! Thanks for your help!
  15. MarshaP

    Total Query - How to get 'extra' field

    I have a table that looks like this: ResNum Room DischDate 001004 1139 10/03/08 001004 30 01/01/09 001007 208 03/03/08 001007 1335 12/17/08 001012 16 07/13/08 001012 1144 07/29/08 001012 1127 12/02/08 I want to find out what...
  16. MarshaP

    DTPicker looks like text box on one PC

    I have an application on the network shared by several users. It has a form where the users select a date using DTPicker. I am having a problem with one user. On his PC, the date field looks like a text box rather than a combo box. There is no way to select a date because there is no...
  17. MarshaP

    Extra record in continuous form

    I stumbled upon the solution. The form that was opening the form in question had the ACFormOpenDataMode set to acFormEdit, which was overriding the properties on the form. Thanks for your help!
  18. MarshaP

    Extra record in continuous form

    I guess I need to clarify: This screen is for inquiry only. When an incident is selected, a different screen with full details and editing capabilities is displayed. The screen I am having a problem with is inquiry only. Allow Additions, Edits, and Deletions are all set to No. If it matters...
  19. MarshaP

    Extra record in continuous form

    I am writing an application for a nursing home environment. I have a form that allows a user to select a resident number, and all the 'incidents' for that resident are displayed. The basics of the incident (date, time, place) are displayed for each incident for that resident. The user can...
  20. MarshaP

    Inet Control for developer version only?

    I have Access 2000 Professional version. I am able to put an Inet control on a form, but I can't get it to do a Get or Put to the FTP site. Do I need the developer version, or am I doing something else wrong?

Part and Inventory Search

Back
Top