Search results

  1. G

    #name? error on report

    Just an FYI also this all worked in access 97 but doesn't work in the newest version of access
  2. G

    #name? error on report

    Right I was leaning towards that. Unfortunately the gentlemen that wrote this is no longer here and I'm not the greatest programmer. I was hoping that someone could decipher the module
  3. G

    #name? error on report

    I have a report that I'm trying to display the table name on it. On the report I have ="Table Name: " & Chr(34) & [Forms]![frmfieldwidths].[flTableName] & Chr(34) as the Name In the module I have Public Function FieldLengths() ' Calculate maximum length used in all text fields of a table Dim i...
Top Bottom