Recent content by Da_Panda

  1. D

    Solved Problem with creation of Form (Database of User and their equipment)

    Thank a lot! @arnelgp and @theDBguy. I got to create a working idea out from both of your idea. Just decided to go with 2 Tables. One with users and their information, and one for all equipment. And then created a 'one-to-many' relationship (also found out my previously 'one-to-many'...
  2. D

    Solved Problem with creation of Form (Database of User and their equipment)

    Hello, creating a database where one would be able to look a user (using an username) and from there one could see the equipment that has been assigned to them (like monitor, pc, etc.). But am having some trouble with the Form. Currently I have created 4 Tables: Users, Monitors, PCs, Extra...
  3. D

    Solved PK Autonumber... but with Text

    Hello, Am creating a database, and about the PK. The standard, and very easy/comfortable way, is to use Autonumber (1, 2, 3,...). Then one could also just use Text, but one have to manually write it in. Would then hear if its possible to a somewhat combination? And how? eg. I'm thinking of a...
Top Bottom