Recent content by mp3dj

  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

    TRANSFER FIELD DATA to A NEW FORM

    I would like to have the opportunity to transfer all the selected record and also just one or more fields. Regards Dave Evans
  3. 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
  4. 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...
  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 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...
  7. M

    TRANSFER DATA and Forms

    OK, thanks i've got that working buy updating data on the same form, but how do you make the data be transfered to a new record on a selected form. Regards Dave Evans
  8. M

    TRANSFER DATA and Forms

    Ok So do you put the Me.txtShipAddr = Me.CustAddr Me.txtShipZip = Me.CustZip in the EXPRESSION BUILDER on the AfterUpdate Field. Regards Dave Evans
  9. M

    TRANSFER DATA and Forms

    Thank you, I will try that and let you know. But how do you set up the command button to transfer the data? Regards dave Evans
  10. M

    TRANSFER DATA and Forms

    I want to store the data in another form, and maybe delete it from the current form when the transfer has taken place. Regards Dave
  11. 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