Recent content by b9791

  1. B

    Many-to-Many relationship question

    Nevermind...I think I have something figured out.
  2. B

    Many-to-Many relationship question

    I'm just not sure how exactly to set it up. How do I keep the unit history . For example a property with Units A, B, & C has a tenant move in that will be utilizing all three units and using only the address for Unit B. These are now a single unit, but I still need to be able to look them up...
  3. B

    Many-to-Many relationship question

    I have a property management work order database with a table for properties, units and tenants. I need to be able to expand/split units. Will this require a many-to-many relationship and if so, what tables are in the relationship? Brian
  4. B

    Update table from form

    My question involves three tables, tblAssets, tblITPropertySignOut and tblITPropertySignOutDetails. When an asset is to be checked out by a user the ITPropertySignOut table with the details table as a subform is used and the assets table is linked to the Details table. My question is this...
  5. B

    Combobox afterupdate problem

    I have a form that displays a list box with all of the IT Property Checkouts (orders) and when a user clicks the list box, it displays the order details in a subform. The subform has two combo boxes, the first being AssetCategoryID and the second being AssetID. I have in the AssetCategoryID...
  6. B

    Generate catalog numbers

    I am unfamiliar with DCount. Can you give me an example of how it works in this situation?
  7. B

    Generate catalog numbers

    I am attempting to create a catalog number similar to the decimal system used in a library for the cataloging and organization of computer software. Each software title is organized into a category (applications, drivers, etc) and each category has sub categories. I want my catalog number to...
  8. B

    password input mask problem

    Thank you Pat! That worked perfectly.
  9. B

    password input mask problem

    The form in question is strictly for changing passwords. It is set up in the following way. The user logs into the database and after logging in the login form stores their username in a global variable in a module. The change password form is called in one of two ways. (1) The user...
  10. B

    password input mask problem

    I have set up a customized security system for my database. The problem that I am running into is in the instance that I ask my users to change their passwords. If the user uses a new password that has the same number of characters as the old password, the code rejects it saying that the...
  11. B

    Company Address or Contact ADdress???

    thank you, i will try that
  12. B

    Company Address or Contact ADdress???

    My database is set up with a company table that has all relevant addy info and then I also have a contact table with companyID and additional addy info as not all contacts in the db have a company that they are associated to. My contacts table has a checkbox to indicate whether or not to use...
  13. B

    cascading combo box error message

    Let me clarify. The attachment worked fine for me in the their database. When I used the code in my own database, it no longer worked.
  14. B

    table design question

    I get it now, I misread it. Thank you for your help.
  15. B

    cascading combo box error message

    I have used the attached database to code my cascading combo boxes, but when I try to select a value from the first combo box, i get the error message "Data Type Mismatch.:confused: " Why would I get this mesage? My first combo box is selecting categories and my second is selecting...
Back
Top Bottom