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

    Access record to word form

    My company is currently using a MS Access 2003 database. I have several fields that i commonly copy and paste information from the database and insert into a fax cover sheet. I was wondering how i could pass information from the current Access entry to Word, from the current record, so I could...
  2. bettaa

    MS Access Form to MS Word form

    My company is currently using a MS Access 2003 database. I have several fields that i commonly copy and paste information from the database and insert into a fax cover sheet. I was wondering how i could pass information from the current Access entry to Word, so I could save time, and increase...
  3. bettaa

    CR5 ODBC Question

    I'm running CR5 with access 2.0 database, and one of my co-workers is trying to figure out how to set the location of database such that the location of the database is the same as the location as the report. We are connecting to the database using an ODBC connection so we can use direct SQL...
  4. bettaa

    Date difference in CR5

    How can i find the differnce between two dates in CR 5? (there is no datediff function unfortunately).
  5. bettaa

    Selecting a single date from a record

    I have two tables that I am drawing information from. A client table and an appointment table. I have the tables linked by unique client ID numbers. Basically what I need is to select the earliest date from the appointment table for the particular ID and have it appear with the rest of the...
  6. bettaa

    Building a list from 4 different fields

    I am trying to build a list of 4 numbers that may or may not be avaliable in a certian table. The problem is when I use it with another simular formula it makes duplicat entries for the main formula. here is the formula in question (CR5): stringvar ICD:= if not IsNull({Service.ICD1}) then...
  7. bettaa

    MS Access Networkingq

    I work for a small company (>10 employees)and the product that my boss has me supporting uses a MS access v 2.0 database. My questions are: What sort of known problems are there with connecting to the database with a SMB network connection, and what exactly does Microsoft's compact and repair...
  8. bettaa

    Pulling Dates from CR5 with VB

    I have written a report in CR5 (my boss is stuck with some old software) that basically takes patient birthdays along with names and addresses and displays them month by month in one single report. This is the formula that I used: Date(2006,month({Patient.Birthdate}),day({Patient.Birthdate}))...

Part and Inventory Search

Back
Top