firebirdta84
Technical User
I have a table named tblMaster with two fields - AssignedTo and CaseNumber. The CaseNumber is imported daily but the AssignedTo is left blank. I have a dozen users and they need the ability to "assign" CaseNumbers to themselves without going into the table. The main form, frmMain, has a textbox (txtNum) and a textbox pre-filled with their name (txtUser). I need to make it so the user can enter a number in txtNum, press a button, and then have that many CaseNumbers assigned to them by taking the value in txtUser and placing it in the AssignedTo field of tblMaster. The CaseNumbers should be assigned in the order they are in tblMaster (or the order of the AutoNumber field called ID)
Can someone point me in the right direction?
Thanks!
Joe
Can someone point me in the right direction?
Thanks!
Joe