Search results

  1. T

    convert a date

  2. T

    convert a date

    I have a text field in the format mmddyyyy and I want to covert it to a serial number.
  3. T

    Delete table entries based on from and to list box selections.

    Access stores input into a Date/Time field as a floating point number; that is, a number with an integer part and a decimal part. The integer part of a number stored in a Date/Time field relates to Access's built-in calendar that runs from January 1st 100 CE to December 31st 9999 CE. Access...
  4. T

    Delete table entries based on from and to list box selections.

    Thanks for the code. Unfortunately nothing deleted.
  5. T

    Hello

    I am a newbie to Access. I live in the us Georgia.
  6. T

    Delete table entries based on from and to list box selections.

    I have a table with blood pressure readings. I load 2 list boxes with the tables entries. One for the delete from list and one for the delete to list. I want to delete records from the table based on the entries selected. How do I do that?
Back
Top Bottom