Search results

  1. B

    Invalid / bad characters

    Hi All Is there a way to go through an entire table and look through a field (either using VBA or query) to simply say something like: "If [FieldName] has bad characters, "Yes","") Then once established these are "bad rows of data" - a separate query to update/replace/remove those records...
  2. B

    Default Printer / Reports

    Hi All Currently users can only access the "print" facility using shortcut menu (i've created on right-click) - oh and I guess using Ctrl+P. How /where do i call the function from to check whether default printer exists? Does Access check for default printer when using clicks to view report in...
  3. B

    Audit Table/ Log Help

    Hi All I have a audit log setup using the following code and really just need some help working out if this is the best thing for my needs...and if i can speed this up in anyway....: Sub AuditChanges(IDField As String, UserAction As String) On Error GoTo AuditChanges_Err Dim cnn As...
Top Bottom