Search results

  1. M

    DESC in Access

    Hi I am looking for an equivalent for the DESC command in Access. I need to extract the table definitions: name of each fields (at least). I know I can print that from the menu in Access, but it's not what I want. (and it does not print the comments section of the fields) I need to be able to...
  2. M

    Custom formating of dates

    Hi I am looking for a way to format a date in a textfield troughtout my application. I created a module containing a Function that receive a Date as parameter and returns a string. I put : =formatCustomDate([dbColumnName]) in the source field. Everything works fine when the date is not null...
Back
Top Bottom