Dear
I want to create a Welcome form. When a User enters Both username and password in Login form and both are correct then welcome form is shown just like MSN Messenger window is opened at top most corner of window.
Can anyone help me?
Dear
I want to create a Welcome form. When a User enters Both username and password in Login form and both are correct then welcome form is shown just like MSN Messenger window is opened at top most corner of window.
Can anyone help me?
Itemid itName
1 Item1
2 Item2
3 Item3
4 Item4
I have filled the combobox through this coding in another form
and it works fine.
Private Sub FillcmbItems()
Dim i As Integer
cmbItems.Clear
If rsItems.EOF = True And rsItems.BOF = True Then Exit Sub
rsItems.MoveFirst
i = 0...
I have a table "COAcc" and the following are the data
AccID AccTitle PAccId AccStatus OpenBal
001 Asset Null G 0
002 Liability Null G 0
003 Capital Null G 0
004 Expense Null G...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.