Recent content by homer5677

  1. H

    Database all over the shop!

    Thanks that helped out a bit. I was just fiddling with the login, is there like a specifc cmd i can code so that the form only displays data from whoever is logging in. My code; Private Sub cmdlogin_Click() Dim dbs As Database Dim rstUserPwd As Recordset Dim CustMatch As Boolean Dim...
  2. H

    Database all over the shop!

    Hello, I'm quite new here, and am in a bit of a bother. I'm currently trying to model a bank database and i am a bit stuck with linking the balances in an accounts table to transactions and updating. I'm am also unsure how i can best use what i have for what i need. I have a login working...
Back
Top Bottom