Search results

  1. M

    Communication via the COMM Port

    Hi, I want to make a basic database that will communicate with the COMM PORT. I am recieving data via RS-232. How do I get the data to be displayed in certain FIELDS. If i had a field marked: Temperature The com port will be recieving the data, for example 15@D The @D would indicate...
  2. M

    DATA lookup using a text field instead of a COMBO BOX

    Hi All, When you want to do a data lookup form a selected table, is there a way you can lookup data using a normal text field, instead of creating a COMBO box. I have tried but I am just getting a error. Regards Dave Evans
  3. M

    Communication via the COMM Port

    Hi all, Does anyone know how you can send a code to the specified COMM port, and whatever data the device attached to the COMM port sends back, how do you display it in a field. EG Send a:- @W (command asking for weight data) DATA RECIEVED:- 20.00 kg Is there a way, I know it can be...
  4. M

    TRANSFER FIELD DATA to A NEW FORM

    Hi All I was wondering if anyone could tell me how to transfer data from one in field on TABLE 1 and TRANSFER it to a field on TABLE 2. And then delete the record on TABLE 1. I have worked out how to TRANSFER data from one field to another, but this only works in the same form. Hope You can...
  5. M

    TRANSFER FIELD DATA to A NEW FORM

    Hi All I was wondering if anyone could tell me how to transfer data from one in field on TABLE 1 and TRANSFER it to a field on TABLE 2. And then delete the record on TABLE 1. I have worked out how to TRANSFER data from one field to another, but this only works in the same form. Hope You can...
  6. M

    TRANSFER DATA and Forms

    HI All Can anyone tell me how to transfer data from one or a number of fields in a form to other fields in the form. FOR EXAMPLE CUSTOMER NAME DELIVERY ADDRESS DAVE Evans 11112222 >>TRANSFER>> How to transfer data form the...
Back
Top Bottom