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: romanzero
  • Content: Threads
  • Order by date
  1. romanzero

    Bak end security over a network

    Hi, This is probbly more of a networking question than an Access question, but I have always received good advice here... I have a split db. I want to place the back-end in a different Active Directory folder than the front end so as to prevent users from copying the tables to their hard...
  2. romanzero

    trouble with command line options and starting access

    Hi, I am trying to upgrade the security on a multi-user database located on a network. I have utilized the Access user level security. Every group's permissions have been assigned. What I need to do is to have my users enter the db via a shortcut that will take them to the necessary mdw file...
  3. romanzero

    IIf Then Else Between

    Hi, I have a query that returns results based upon a user's selection of different fields off of a form. The query works fine except for when I am trying to reference two fields to obtain results greater that [FIELD_1] but less than [FIELD_2]. It works when the Where section of the SQL only...
  4. romanzero

    run query in SQL on Form Load

    Hi, I recently split my database and now everything runs really slow. From other posts I can see that this is a common problem. One of the solution to the slowness that I have found is to have the SQL run on Form Load instead of referencing the query in the Record Source Property. I can cut...
  5. romanzero

    Concatenate ascending number to string

    Hi, I am trying to make an automatic footnote function in Excel. What I would like to do is to have the user enter some notes next to a column of numbers. The note is text. These wil become footnotes. I would then like (after button click) to have the notes cut and pasted at the bottom of...
  6. romanzero

    copy range from worksheet

    Greetings, I am new to VBA in Excel so pardon any newb questions... I would like to create a "footnote" type funcion where a user's input would be entered into a cell - copied to an adjacent worksheet - and then replaced with a footnote number. In addition two other cells on the same row...
  7. romanzero

    query from ODBC linked table crashes when converting to Excel

    Hi, I have a query with five tables -- all of them non-updatable linked ODBC. The results of my query are about 1900 rows and 42 columns. Everything is great except... When I try to dump the query into Excel the whole DB crashes. I have tried to limit the results and do a piecemeal transfer...
  8. romanzero

    combine two tables with inconsistent data

    Hi, I need to join two tables. tbl_Budget has three fields that I need: [Fund] [Account] [Budget_Amount] tbl_Actuals also has three fields that I need: [Fund] [Account] [Actual_Amount] I need to compare like [Account] within like [Fund]. The problem is when an account exists in the first...
  9. romanzero

    Union Query - 3 tables

    Hi, I need to make my relational database into an excel file. In the database there is: tblEmployees tblJobHistory tblDistributionActual There is 1 Employee per JobHistory, but 1 + DistributionActual per JobHistory. I need to make a "flat file" where for each Employee there is one record...
  10. romanzero

    updating from flat file

    Hi, I have a db where an employee's record can have 1+ accounts. (tblEmployee linked to tblAccounts). One of the auxillary data sources contains info on each employee, but is a flat file. That is, each employee record has only one record and 1 - 10 accounts (fields labeld: Acct1, Acct2...
  11. romanzero

    conver currency to text

    Hi, I lifted the following code from an old thread. It works fine except it does not convert the "cents" into text when the "cents" = a number divisible by 10 (e.g., 10, 20, 30, 40). I have gone through the code as best as an amature can, but I cannot for the life of me figure out what is...

Part and Inventory Search

Back
Top