Search results

  1. R

    Search Form

    Yup I tried this before but instead of moving to the specific record... it creates a filter on the primary field. I dont' want to fool around with any filters or anything, just moving the record position (on the main form I did this with Me.Bookmark).
  2. R

    Openform at specific record (again)

    for the date thing i'd try using the CDate() method. I have a problem thats kind of relavant to this thread. I want to have a main form open, then open a search form which gets a value of the primary key the main form is based on. Can I use OpenArgs to do this? I want to keep the main form...
  3. R

    Search Form

    I'm making a form for searching which opened from a main form, displays results in a listbox and repositions the record of the main form accordingly. I have the listbox displaying all the results and everything, but I've run into a problem repositioning the main forms record. The results...
  4. R

    When to Use Macros...

    Hey, I was wondering when is the best time to use macros versues modules. From my understanding, you can do everything macros can in modules using VBA. I've heard that using VBA rather than macros increases performance so I'm curious when would you ever use macros??
  5. R

    Access Version Upgrade

    Hey, I'm recently starting a new job and one of my tasks is to clean up their Access 2000 database. After looking through it and realizing how much crap there is in it, I was thinking about starting a new one for them from scratch. I was wondering if there are any pros/cons to redeveloping...
  6. R

    Access Overview for Programmers

    Hi, I've recently got assigned the responsiblility at work to look after a fairly large Access database. I have been doing software development for a long time which includes working with other DBMS's such as Oracle and SQL Server, but have only worked with Access for a brief time during my...
Back
Top Bottom