Click here to Skip to main content
15,906,708 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSend mail using gmail Pin
Soumyadipta5-Oct-07 2:03
Soumyadipta5-Oct-07 2:03 
AnswerRe: Send mail using gmail Pin
ESTAN6-Oct-07 5:19
ESTAN6-Oct-07 5:19 
GeneralRe: Send mail using gmail Pin
Soumyadipta10-Oct-07 19:23
Soumyadipta10-Oct-07 19:23 
Questionhow can i get back comumn data from Data Set Pin
Naveed7275-Oct-07 0:39
Naveed7275-Oct-07 0:39 
AnswerRe: how can i get back comumn data from Data Set Pin
pmarfleet5-Oct-07 1:15
pmarfleet5-Oct-07 1:15 
QuestionI want to create an Attendance Register for My Company using VB.net Pin
skullz_softwares5-Oct-07 0:10
skullz_softwares5-Oct-07 0:10 
AnswerRe: I want to create an Attendance Register for My Company using VB.net Pin
Christian Graus5-Oct-07 1:11
protectorChristian Graus5-Oct-07 1:11 
AnswerRe: I want to create an Attendance Register for My Company using VB.net Pin
GuyThiebaut5-Oct-07 4:41
professionalGuyThiebaut5-Oct-07 4:41 
skullz_softwares wrote:

but this will be a lot space consuming.



Okay - what it looks like you need to do is normalize your data.
This way you will keep space to a minimum and also keep duplication of data to a minimum.

So as an initial suggestion why not create two tables as follows(of course you will know the fields needed):


Employee table:
Employee ID
Employee name
address1
address2
address3
address4
address5
Tel no.
etc...


Attendance Table:
Employee ID
Date
Time start
Time End
Break time

You can then join the tables on the [Employee ID] field.
This is a start and you may need to add more tables/joins etc.


Hope this helps.












You always pass failure on the way to success.

QuestionFilling a typed dataset Pin
steve_rm4-Oct-07 22:16
steve_rm4-Oct-07 22:16 
AnswerRe: Filling a typed dataset Pin
Johan Hakkesteegt5-Oct-07 0:06
Johan Hakkesteegt5-Oct-07 0:06 
QuestionVB DLL Question Pin
yoya03034-Oct-07 22:08
yoya03034-Oct-07 22:08 
AnswerRe: VB DLL Question Pin
Dave Kreskowiak5-Oct-07 1:52
mveDave Kreskowiak5-Oct-07 1:52 
GeneralRe: VB DLL Question Pin
yoya03035-Oct-07 2:15
yoya03035-Oct-07 2:15 
GeneralRe: VB DLL Question Pin
Dave Kreskowiak5-Oct-07 3:50
mveDave Kreskowiak5-Oct-07 3:50 
GeneralRe: VB DLL Question Pin
yoya03035-Oct-07 4:06
yoya03035-Oct-07 4:06 
QuestionData reader (need your help guys) Pin
dienadel4-Oct-07 15:43
dienadel4-Oct-07 15:43 
AnswerRe: Data reader (need your help guys) Pin
Christian Graus4-Oct-07 19:10
protectorChristian Graus4-Oct-07 19:10 
AnswerRe: Data reader (need your help guys) Pin
Dave Kreskowiak5-Oct-07 1:49
mveDave Kreskowiak5-Oct-07 1:49 
GeneralRe: Data reader (need your help guys) Pin
dienadel7-Oct-07 19:51
dienadel7-Oct-07 19:51 
QuestionForms Handling Issue Pin
nlarson114-Oct-07 11:18
nlarson114-Oct-07 11:18 
AnswerRe: Forms Handling Issue Pin
Johan Hakkesteegt5-Oct-07 0:13
Johan Hakkesteegt5-Oct-07 0:13 
GeneralRe: Forms Handling Issue Pin
nlarson115-Oct-07 3:04
nlarson115-Oct-07 3:04 
GeneralRe: Forms Handling Issue Pin
Johan Hakkesteegt5-Oct-07 3:14
Johan Hakkesteegt5-Oct-07 3:14 
QuestionReport from SQL Server with Vb.NET Pin
mhaneefa4-Oct-07 9:41
mhaneefa4-Oct-07 9:41 
AnswerRe: Report from SQL Server with Vb.NET Pin
Johan Hakkesteegt5-Oct-07 0:16
Johan Hakkesteegt5-Oct-07 0:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.