Search results

  1. B

    Project for school Help!

    Go to Visual Basic Editor. Hit F1. 1. Search for GoToRecord Method 2. Search for OpenQuery or Requery 3. I think you want the Enabled property for the button based on whether or not the combobox has a value. 4. I'm not sure what a flex grid is 5. Search for OpenForm 6. Not sure about the...
  2. B

    Continuous form wont requery properly

    I'm not 100% positive as I am pretty new to Access programming, but I think that the table isn't actually updated until the form closes due to record locking issues. If the form is still open on a record being edited, other forms only have access to the unedited version. And form B doesn't...
  3. B

    Continuous form wont requery properly

    Try adding the code to the onClose event of FormB or the onGotFocus event of FormA
  4. B

    What should go into a design document for an Access application?

    I've been working on a semester-long group project for my Software Engineering Requirements class. It is a goal-tracking application for students with special needs at a nearby school to be used by the Special Services department. It will be implemented in Access XP. The database will be...
  5. B

    New table supplied for old report and must change field names.

    I found a shareware tool from Rick Fisher Consulting (www.rickworld.com) called Find and Replace 9.0. It gives great find and replace functionality for all sorts of Access controls in tables, reports, etc. Thanks for the suggestion.
  6. B

    New table supplied for old report and must change field names.

    Hey all, I have a report that is used each year to summarize a bunch of data. It contains about 100 text boxes with assorted calculations taking place in box. The problem is this year we have been supplied with a different table which has different (but similar) field names. I have to revise...
Back
Top Bottom