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

    email send receipt

    A colleague at work has received an email from a regular contact. He has noticed that the last few emails have included a read receipt. He is not sure if this was the case always. Is there any way to check the properties of an email to see if a send receipt was send with it. We use Lotus...
  2. ardagh

    limit decimal places

    I have the following code to calculate output per hour. It works but how can I limit the result to two decimal places. Private Sub Hours_AfterUpdate() Me.lbloutputph.Caption = Me.Qty / Me.Hours End Sub Thanks
  3. ardagh

    Use selection from drop down list as parameter for another query.

    I want to be able to choose an item from a drop down list (based on a query i.e. distinct products) and have the item chosen to be automatically used as a parameter in another query.
  4. ardagh

    How can I ensure calculated field will alway be positive

    I have a calculated field which sums the quantity field for all transactions by the part#, lot# and location. (A part number could be in several different locations and lots and are treated sperately - if they are in the same location with the same lot number they are summed). To add...
  5. ardagh

    Filter Query ??

    What is the best way of allowing the user to search the database and return all incidents of a particular item. It should group them by raw material, Lot# and location. It should also calculate the total in each lot# - material can be taken from a location by inputting a negative value (-10...
  6. ardagh

    Stock control Database

    I am developing a simple database for stock control as a short term measure until we get a permanent solution. All I wish to do is to be able to record additions to stock and record issues from stock. I need to be able to query for a raw material Part # and see what Lots are available and...
  7. ardagh

    produce a report - using a drop down list

    My aim is to produce a report - using a drop down list (of customers from customer table) so that users can look at customer history. I have created a form with a drop down list of customers - from customers table. I have used this to filter the results for a query on the orders table (gives...
  8. ardagh

    Append Query

    Hi I have setup a database which captures manufacturing data and produces management reports. i should state that I am not an access expert. I have the following tables customers, employees, operations, timesheet, workorder. The first two table are self explanatory. The operations table holds...
  9. ardagh

    Enter zero instead of #error

    I have a database which is used by operators to input manufacturing data i.e. LotNo, Customer, SalesOrderNo, PartNo, LineNo, ActualQty, Length, ScrapMat, (MatStdCost), StdLineSpeed, SetupTime, RunTime, LostTime and weightperpiece. We then use this data to produce information like Standard...
  10. ardagh

    Database Sharing / Security

    I wish to secure a database and share it across a network, allowing different users different access permissions. I have tried to follow the advice from the Microsoft website on this topic but have found it very confusing. One of the problems I have encountered is that the security seems to be...
  11. ardagh

    Combining Two Queries into One Report

    Is it possible to combine two queries into one report. The information I need to report on is as follows All yesterdays production. This will include the Lot#, operator, Date/Time, Customer, operation, qty, hrs, rejects. I have a working query for this. The second query is All the...
  12. ardagh

    Query for data entered yesterday

    This question has probably been answered hundreds of times. I did search the FAQ's and forum and could not find anything. How do I query for all entries created yeaterday. I.e. The date will not have to be entered. The query will automatically give me all yesterday's details based on...

Part and Inventory Search

Back
Top