a little challenge for the experts here
i have a form with a button called enable premmision
now when i add a user i want to copy 2 values from the first user.(the same values)
example
if user salsa31 has UserSmsUid = 123 and UserSmsUn = 456
then the next user will have the same values
it will copy UserSmsUid & UserSmsUn values to the new user
also a table with 2 values named UserSmsUid and UserSmsUn the table name is Users
now is there a way that if i click the button the the values in UserSmsUid & UserSmsUn will be added to the new user i create?
too difficult for my me to do this
table name and Values
i have a form with a button called enable premmision
now when i add a user i want to copy 2 values from the first user.(the same values)
example
if user salsa31 has UserSmsUid = 123 and UserSmsUn = 456
then the next user will have the same values
it will copy UserSmsUid & UserSmsUn values to the new user
also a table with 2 values named UserSmsUid and UserSmsUn the table name is Users
now is there a way that if i click the button the the values in UserSmsUid & UserSmsUn will be added to the new user i create?
too difficult for my me to do this
table name and Values
Code:
Users
UserID Long
UserName text
UserPass text
UserSmsUid text
UserSmsUn text