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 bkrike 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: *

  • Users: cmgrn
  • Content: Threads
  • Order by date
  1. cmgrn

    DoCmd.PrintOut dialog box with Cancel causing problems

    I have MS Access 2002 unbound form that is only 2 pages long and has a Submit step that prints the form, sends the data to excel and clears the form. I am using "DoCmd.PrintOut" because it gives me a perfect snapshot of the form and its entries BUT it also shows a dialog box ("Printing page 1...
  2. cmgrn

    Form Controls Wizard vs DB Prop ReplicateProject

    I am using Access 2002 on Win XP. While working on a form, when I tried to add a new frame, I started getting the message "The database has been placed in a state by user 'Admin' on machine 'AHFC-RHI-104R' that prevents it from being opened or locked" for no apparent reason (the message window...
  3. cmgrn

    access table with odbc link to sqlsvr shows repeated data in records

    Hi, I have an MS Access 2002 table with an odbc link to an SQL Server 2005 view. If I open the table in datasheet view and look at an employee's 3 records, they all appear identical. If I use a make-table query and write all the linked table's records to a work table then the employee's 3...
  4. cmgrn

    VBA Coding blocked by error 3734: DB placed in locked state

    This week my access 2002 has started blocking me from the code, test, code, test that I use constantly. I am using vba and dao 3.6 to code a function in a module. After coding, I run the function to sample results then return to coding BUT this week access stops me from returning to coding with...
  5. cmgrn

    Database shifts to locked while vba coding and testing.

    This week my access 2002 has started blocking me from the code, test, code, test that I use constantly. I am using vba and dao 3.6 to code a function in a module. After coding, I run the function to sample results then return to coding BUT this week access stops me from returning to coding with...
  6. cmgrn

    Does Access have "AutoExit" for jobs when it closes?

    I use "AutoExec" to record users in a history table as they start using my db(s) but would like to know how I can automatically record users as they exit. Is there an "AutoExit" type of macro that I can use to run a job when a user leaves a db? I use Environ, db.Name, Date and Time to record...
  7. cmgrn

    Access2002 db to db read-only table links?

    I would like to give someone in our company a database with links to important tables in our main database so he can query and report until his fingers drop off ...BUT... I would like the links to be read-only so he cannot accidently alter and/or destroy the base data. I do not use any access...
  8. cmgrn

    Access97 vs AccessXP(2002) changes list

    I am looking for a list of the day-to-day differences in Access97 vs Access2002. I loved a97 but a2002 is a pain because standard queries and practices that I used in a97 now return different results in a2002. Queries were straight-forward before but now using the same style of query design...
  9. cmgrn

    get webpage url and insert into webpage <base> statement

    I am new to HTML and am writing my webpages on my pc at work then copying them into our company intranet folder for viewing. Is there a way to specify a "keyword" that would retrieve a webpage's current location to place in the <base> statement so when I move a webpage it will automatically pick...
  10. cmgrn

    VBENLR98.CHM and WinXP

    I am trying to use the FileSystemObject (Scripting Runtime reference) in my Access97 application VBA module on my WinXP Pro machine (with IE6) at work but whenever I highlight a keyword to reference help using F1 I get the message "The C:\WINDOWS\system32\VBENLR98.CHM file is not a Windows Help...
  11. cmgrn

    FP 2002 database connection file type problem

    I am trying to connect an MS Access 97 database to my FrontPage 2002 web site I am creating on my local hard drive. In FP, I select Tools > Web Settings... and then in the settings window I select the Database tab and the Add option. The next window, "New Database Connection", is where I enter...
  12. cmgrn

    ADO vs DAO DBEngine Idle, BeginTrans, CommitTrans

    I have read a lot of articles on DAO to ADO but cannot seem to find information on how to migrate my 'DBEngine.Idle dbRefreshCache', 'DBEngine.Workspace.BeginTrans' and 'DBEngine.Workspace.CommitTrans dbForceOSFlush' to ADO. These are vital on our network to get good response with our VB6...
  13. cmgrn

    CR9 programming help not in VB6

    I am using VB6 and CR9. In VB6 I have added references to CRAXDRT (Crystal Reports 9 ActiveX Designer Run Time Library) and CRVIEWER9Lib/CRVIEWER9LibCtl (both say Crystal Report Viewer Control9). My problem is that whenever I select a CR item, in code, while programming, I can never find HELP...
  14. cmgrn

    Parallel Databases

    I have a password protected payroll database in MS Access 97. I want to open it up for other employees to make their own queries and reports. My idea was to create a parallel database with read-only links to certain payroll tables. Any approved non-payroll employee could use this 2nd read-only...
  15. cmgrn

    Use diff table name in VB6 for RDC .rpt

    I have a VB6 program using an Access97 database through ADO and DAO. I added CR9 RDC to view/print several predesigned .RPTs. My problem is I want to feed the .RPTs different table names than the ones that they were originally created to use. The different tables are all identical formats. I...
  16. cmgrn

    VB6 References Descriptions

    I recently added CR9Dev to my PC and when I opened my VB6 project I noticed under References that there was a whole new list of Crystal Report references. My observations on the VB6 references are... A) The path shown in the references window for a selected reference is cut off because the...
  17. cmgrn

    CR9 Dev and ActiveDataDefinition

    I am using VB6 and CR9Dev. I create my reports outside VB6 using CR9Dev and save them as .RPT files in a shared folder on our network. In VB6 I use RDC and the viewer to review a report and/or print it. My problem is that this works great on my machine but not on others. I see references made in...
  18. cmgrn

    variable number of records

    I want to print a payroll register report showing the types of taxes and deductions that were taken out of an employees paycheck. There are 4 basic fields: strTaxCode curTaxAmount strDedCode and curDedAmount. The fields are paired, code and amount (strTaxCode="StateNY" and curTaxAmount=$123.45)...
  19. cmgrn

    Testing for Database Task Complete

    I am writing a VB6 payroll program using Access97 for my database on a network. My problem is odd errors that seem to have no clear relationship to the place the program stops BUT always go away if I put a 1-5 second pause in front of the database operation where the program stopped. I think I...
  20. cmgrn

    Multiple DOCs to PDF

    I must put our agency manual on our company intranet website. The manual is 25 MS Word docs. One doc for each chapter and a master doc that simply has links to the other 24 docs in sequence. I wanted to convert this to a single PDF that would appear as a single manual online but would allow us...

Part and Inventory Search

Back
Top