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

    Append Table or Query Data Every 2 Minutes

    Hi I need some help. We have an Oracle database that I have link from Oracle to Access 2003. I can see and query the data without problems. The link table name is Oracle_RT_DATA and the Access database name is TMSR.mdb. I have created a query from the Oracle_RT_DATA table name qryrtdata. I...
  2. tj007

    Add data entered to combo box

    Hi I have created a table with the contact information.I have a form with a combo box name contact and there is a dropdown list with the names fro which the user can select. Sometimes a new contact is manually type in the form field. How do I populated the contact table with the new contact and...
  3. tj007

    Comparing dates from different fields

    Hi I am tying to compare dates from two fields I would like to show all records that have a INREF_PODATE that is greater than the INV_DATE. I am trying to show when payments were made before an invoice was received. {invoice_podate.INV_DATE} >={invoice_podate.NREF_PODATE}
  4. tj007

    Convert text field with additional characters to date field

    Hi I have a text field (line-descr) which holds dates in this format *030803*. I have created an update query to convert the text field to date. However, I receive an error unable to update due to data type conversion. Here is the update query. UPDATE inv_podate SET inv_podate.INV_PODATE =...
  5. tj007

    Date to weekday

    Hi Can I derive a day of the week (e.g. Monday) from a long or short date (e.g. 1/29/2004) in Crystal Reports 8.0?
  6. tj007

    Date To Weekday

    Hi I have two fields surv_date & day. Once I type the date (01/05/03) in the surv_date field, I would like to populate the day field automatically with the weekday based on the surv_date. I am using this function =Format([Surv_Date],"dddd") as the control source to show the actual day of the...
  7. tj007

    Add field contents of records to newly added records

    Hi I have the following fields on a form effective_date, time, surv_date, day, bus_num, run_num, ntd, special, and regular. I would like to click the add_record command button and automatically copy the contents of these fields to the newly added record because the content will be the same for...
  8. tj007

    Cannot Duplicate Record

    Hi I have placed a command button on a form to duplicate a record in an effort reduce typing. When I click on the duplicate button, Access return a Run-time error 3075 and open the Visual Basic editor and highlighting this line of code. Set qdef = CurrentDb.CreateQueryDef(sQueryName, "Select...
  9. tj007

    Update Multiple Records With Same Location ID

    Hello, I have a form created from a table name Result. It holds all the data for bus stop locations (more than 6,200). Locations are used by more than one STOP. When any field on the form created from the Result table is edited, I would like to have another form pop up after saving the edits...
  10. tj007

    Update With Option to Edit

    Hello, I have a form created from the bs_loc table. It holds all the data for the unique stop locations (more than 5,500). Locations are used by more than one STOP. When any field on the form is edited, I would like to have another form pop up after selecting update, showing all the related...
  11. tj007

    Insert Statement

    I am trying to insert records from one table (bs_loc) to (Rt1Stps) table. All the fields are text except date1. Here is the sql query: INSERT INTO Rt1Stps (STOP, LOC_ID, DESCR, MUNIC, AMENITIES, ADA, DIST_IN, MAIN, CROSS, RW, HISTORY, DATE1) VALUES ('STOP' Loc_id, DESCR, MUNIC, AMENITIES, ADA...
  12. tj007

    Auto insert record/rowset from another table

    Hi I hope someone can help me. I have an Access table name bs_loc. This table has an autonumber name LOC_ID. The other fields are DESCRIPTION, MUNICIPALITY, AMENITIES, DATE1, HISTORY, ADA, DIST_INT, MAIN, CROSS, AND RW. All of these fields are populated. I would like to insert records from...
  13. tj007

    Creating a Running Sum

    Hope this can be done Is there a way to create a Running Sum for a form in Access? I have a field name DIST_STOP which show incremental distances for bus stops. I have a sequential ID field LOC_ID which is unique for each record. Microsoft has advised to do this but I get all zeros in the...
  14. tj007

    Pouplate a Field based on Data From Another Field

    Hello, I am working on a major project for which I need assistance. I have an Access 2000 DB with three fields of importance Stop Loc_Id Cumulative Distance "Stop" This number field hold a 5 digit number e.g 01103 which is a bus route and stop number. The first two digits are the Route Number...
  15. tj007

    Microsoft Query

    Hi I have created a pivot report via a odbc connection to Oracle 8i. I am using Excell & Microsoft query as the query tool. I am querying for vehicle numbers VHCL_ID. The nunbering is as follows: 9901-9935 1999 series 0021-0035 2000 series 0101-0135 2001 series 0201-0235 2002 series 0301-0335...
  16. tj007

    Format Time Only

    Hello I have cells in a form formatted as custom time 8:30 [h]:mm which fine. However, when someone enter 8.00, (decimal instead of colon) the calculations within the form are incorrect. Is there a way to format the cell so that only time can be entered. I have protected the sheet, but these...
  17. tj007

    Crazy Subtraction

    Can this be done? I have been confronted with a user and inventory tracking form. Column A has the total for the month (50), column C has the total after the first week (40), column E has the total for the second week, and column G has the total for the third week, and column I has the total...
  18. tj007

    Conditional Formulas?

    I have been really struggling with a project at work. It is a time sheet. For the most part, with the great assistance of Blue Dragon2, I have captured 90% of the scheduled work shifts. There is one scenario that is wild but allowed by administration. A person leaves early one day for a doctors...
  19. tj007

    Skip Cell In Column Sum

    Hi I would like to add the values in a column, but two cells must be omitted during the calculation. Here is the formula: =COUNTIF(D14:D25,">0")*0.02083333333. I need to skip cellS D18&D19 and count D14:D17 & D20:D25. I have tried the following...
  20. tj007

    Hello, we have a windows 2000 serve

    Hello, we have a windows 2000 server with a shared folder (A). There is a log folder (C) within another folder (B) that users need have write access. Shared folder A permissions are read only, folder B is not shared, and folder C (Log) is shared granting write access, but not full control. This...

Part and Inventory Search

Back
Top