Click here to Skip to main content
15,885,767 members

Comments by Otekpo Emmanuel (Top 8 by date)

Otekpo Emmanuel 3-Oct-20 0:24am View    
If you are having errors that reference not set to an object, then its obvious that that you are using the wrong name to reference a particular TextBox on the GridView control.

So the best and quickest solution would be to check for each TextBox one at a time to see the one that will throw the error
Otekpo Emmanuel 15-Sep-20 13:23pm View    
Then what happens if two persons share the same last name and first name? Cos me, I shared same last and first name with someone that is not even from the same tribe. The best is to create a unique identifier to avoid duplicate results.

If you intend to use Dinstinct rows, then some people names might be omitted
Otekpo Emmanuel 27-Jul-20 3:45am View    
You can use SQL Count statement.
SELECT COUNT(*) FROM tableName;
Otekpo Emmanuel 27-Jul-20 3:41am View    
Give full details of what you want and what you are unable to achieve.
Otekpo Emmanuel 22-Jul-20 9:29am View    
Try the following options;

1. Check if the link label or form is disabled.

2. Set the Login form as your startup form, then interact with the link label to see if it execute your codes

3. If it fails to perform the specified action, remove all the codes then just write code to show message

4. Try and add another link label then may be write a code to show message box and see if it works

Give your feedback