I am trying to create a database that keeps track of various invoices, cash receipts, customers, and projects. I’ve taken a couple of classes on DB design and I’m trying to make one myself. I have completed a normalized database but I don’t know the best way to go about making it user friendly. I was considering creating a GUI using VB .NET because I have a little experience with it. However, I was hoping to be able to use the forms in Access but I haven’t had any exposure to this area. Is there a way to search for and update particular records using forms or can you just add new records?