Search results

  1. L

    Wher did the Currency formatting go?

    Hi everyone, My query concerns Currency in that i have declared some variables as Currency but when i try to output them they appear only as if they are formatted as numbers i.e. £0.50 as a currency variable when displayed in a MSgbox displays as 0.5 not a big problem you might think but i am...
  2. L

    Using ADODB

    I am currently producing an Epos application in Access 97, I have used a Make Table query to produce a table of 3 fields namely Ref Desc Price, the number of records is determined by the number of each item purchased. I need to extract each record as 3 string variables in order to send them to a...
  3. L

    Data from Tables

    I am currently producing an Epos application in Access 97, I have used a Make Table query to produce a table of 3 fields namely Ref Desc Price, the number of records is determined by the number of each item purchased. I need to extract each record as 3 string variables in order to send them to a...
  4. L

    extracting data from a table as string

    I need to be able to extract individual fields from a table as strings in order to then send this data to my EPOS printer (which will accept only strings to print) I have created the table with a query so the question could equally be how can i output strings as query results. Im using Access97...
Back
Top Bottom