NixonShaun
New member
- Local time
- Today, 09:10
- Joined
- Feb 5, 2018
- Messages
- 9
Hi I am working on a client sign in system using a form.
Table is ClientInfo
Fields are: ID. UserName. BirthDate. Phone. Last4SSN. FirstName. LastName. Email. And Date. The date is set to default value ( ). For today and it automatically assigns today's date to your visit.
I have a form that essentially has two buttons, one is for a new client to add there contact info via a separate form by providing the info. ID is primary key, UserName is last four of SSN and LastName (I would like it to auto generate but have only been able to concatenate in query.
The second button is for a returning user, which opens a new form with one field prompting you to enter UserName, when you do so and click a save button it should read the database, find a matching username and associated info and log a visit saving all info associated with your username and today's date.
I unfortunately am going to need help with the VB, presently it save an entry of today's date and the username only. No phone, email first, last etc
Please help.
Thanks
Shaun
Table is ClientInfo
Fields are: ID. UserName. BirthDate. Phone. Last4SSN. FirstName. LastName. Email. And Date. The date is set to default value ( ). For today and it automatically assigns today's date to your visit.
I have a form that essentially has two buttons, one is for a new client to add there contact info via a separate form by providing the info. ID is primary key, UserName is last four of SSN and LastName (I would like it to auto generate but have only been able to concatenate in query.
The second button is for a returning user, which opens a new form with one field prompting you to enter UserName, when you do so and click a save button it should read the database, find a matching username and associated info and log a visit saving all info associated with your username and today's date.
I unfortunately am going to need help with the VB, presently it save an entry of today's date and the username only. No phone, email first, last etc
Please help.
Thanks
Shaun