Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need some help and can't seem to get this to work. I'm very new at this as you can probably tell.

I have a very simple Access Database. I have a blank table "Attendance" with three fields (Employee_Names, Mark, When)

I want to take my form "Roll Call" that has two listbox:
List2 and contains the information to go into "Employee_Names"
List25 with the information to go into "Mark"
"When" would be the date the entry was created

Finally we have a submit button "submit" I want to select from my two list and hit submit and it inserts that information along with current date into my table "Attendance". Ill then need to immediately select a different value and click submit. This is for the purpose of attendance. I know some VBA coding however not enough.

What I have tried:

Google and two days of trail and error. Hair pulling.
Posted
Updated 7-Jul-17 0:19am
Comments
Patrice T 6-Jul-17 21:21pm    
You have a secret problem in your secret code.
Member 13297319 6-Jul-17 21:25pm    
No more code currently. Deleted it all so I have a fresh start. I can added items to the table utilizing the new blank record at the bottom of access form however I want this function in my start button and It only inserts the name and "Mark" I cant get current date to insert into the table. Also this site doesnt allow attachments otherwise Id post the database.
Patrice T 6-Jul-17 22:04pm    
Use Improve question to update your question.
So that everyone can pay attention to this information.

1 solution

Take the time to acquire some basic knowledge with this large-scale MS Access and VBA tutorial.

It will help you to master your homeworks.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900