Search results

  1. T

    A way to accurately size a pop-up form

    Some time ago when I was programming in Access 2000, I used to get frustrated because I could never by sure what size a pop-up form would be and where it would appear. As a result, I used the code shown below to precisely size and position my form, then set PopUp = True; Modal = True. It did...
  2. T

    Only one record can be current

    I have a table with fields for the year, dues, and a Boolean field that indicates whether or not its record is the current year record. I have a form based on the table that is used to update the table. My business rule is that only one record can have the "current year" field checked. I...
  3. T

    Recommendations: database design and tools

    Can anyone recommend one or two books (or resources online) that deal with database design / modeling that: don't cost an arm and a leg don't go step by step building a database design easy to follow have tips and tricks for how to develop entities and relationships Also, can anyone...
  4. T

    Hi from Tom

    I have been working in the database world for over 20 years, but most recently with SQL Server (I left the front-end development behind). I had programmed in MS-Access for 10 of those years, but there is a lot that I have forgotten :banghead: and it appears MS-Access has a lot of new...
  5. T

    Pass value from form to calling form

    I have Form A that is bound to tbl_Member (MemberId, LastName, FirstName, and some other fields). On Form A is a combobox [cbo_Selector]. The combobox shows LastName and FirstName from tbl_Member, but when a name is selected, it returns the member's ID to Form A and causes that member's record...
Top Bottom