Search results

  1. J

    how can i pass a field value to a function

    i have a table named DatesTbl within it i have a field named Date_E with many dates in it then more fields with other text relating to those dates, i want to find the info of the other fields by passing a date value to a function and getting back the values of the other fields which are matching...
  2. J

    how can i pass a field value to a function

    i have a table named DatesTbl within it i have a field named Date_E with many dates in it then more fields with other text relating to those dates, i want to find the info of the other fields by passing a date value to a function and getting back the values of the other fields which are matching...
  3. J

    Major problem with DATES, its back to front!

    i have a table with a date field in it, set as short date, and a field for a NAME then i have a form with a command button to change the date for a new date which is the beginning of the next week. i used the following code: dim TodayDate As Date dim StrSql as String TodayDate = Format((Date -...
Back
Top Bottom