Userform question

T

TONYr

Hi,

I'm new to userforms etc so be gentle!!
I've create a form to track absence however I can only enter one record at a
time. ie. the field I have are week commencing,name, employee no., mon,
tue,wed,thur,fri,sat,sun,reasons. I have altered my form design so these
field are repeated so I can enter mutiple entries how do I get it to loop?
 
T

TONYr

Hi Jacob,

thanks for the reply unfortunately it doesn't help - this is the page I
used to setup my original form.

I don't think my explination of my issue was the best! Imagine the form in
the example link you posted by rather than an entry form for one form it is
an entry form for multiple parts. How do I get the code to finish the first
part and go to the next?

T
 
J

Jacob Skaria

In the below link under section 'Add code to the cmdAdd button'; have you
noticed the below code which finds the next availble row....

'find first empty row in database
iRow = ws.Cells(Rows.Count, 1) _
.End(xlUp).Offset(1, 0).Row


If this post helps click Yes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top