Search results

  1. X

    Display text in a Text box.

    I have a form that pulls a name from a table. In Table it is in this format: "John Smith" in the report it shows "John Smith" I want to make it just display "John S" on the report for privacy issues. I've looked into input masks and display format but I cannot come up with anything. In...
  2. X

    Navigate recordsets in a loop

    I have two recordsets that I am trying to compare two lists of 5 things. So is this possible? If ViewPicks("# " + placeholder + " Prediction") = Forms![WeekendResults]("Number " & placeholder) Then Note: I have this working when I don't try to use the placeholder variable. Did I do it wrong?
  3. X

    Custom Query using VBA

    Hi I am new to this forum and kind of new to access. I am a previous excel VBA semi-guru so im not translating well to access. Here is my problem, I am trying to write a program that does an automatic query when a new record is pulled. I hope I don't sound foolish as I write this but here goes...
Back
Top Bottom