Search results

  1. I

    Mask HTML code on the form

    I have am access database that I'm moving to ASP and have started to add HTML formated records to it. Some people, however, still neeed to see those records without the HTML formating from ACCESS. Is there anyway to mask out the HTML code (let's say I will know what the tags will be) from view...
  2. I

    Query Criteria Error

    Here's my code for creating a query criteria that is passed from a for field to a report. What am I doing wrong? Dim stDocName As String Dim strLinkCriteria As String strLinkCriteria = "[Date Closed] = >#" & Me![fromDate] & "# And <#" & Me![toDate] & "#" stDocName =...
  3. I

    Simple open form questions

    I just started with access, and I ran into a small problem. I have a button set up to open up a form, but when it does it sends to to the back, behind the current form. My questions are: using code how do I bring an open form to the front and have it recieve focus; and how do I close a form that...
Back
Top Bottom