Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Makumbi256

  1. Makumbi256

    How to make days vertical and grid view editable using asp.net vb

    Please help how can i display make the days to appear vertical and also make the grid view editable using asp.net thanks in advance. Note : i would like the days to be vertical and not duplicated i have attached a sample of the expected output <%@ Page Title="" Language="vb"...
  2. Makumbi256

    how can i convert this code to javascript

    Note: i would want to read the data from the table newstreamtrap in the database then iam using MVC visual studio 2019 Dim audit As New ADODB.Recordset audit.Open "Newstreamtrap", CurrentProject.Connection audit.Find ("stream= '" & Forms!studentsearch!ADDNEW!STREAM & "'") If audit.EOF Then...
  3. Makumbi256

    how can i convert this code to cshap

    Private Sub NAME_AfterUpdate() Me!changed = "C" If IsNull(Forms!studentsearch!ADDNEW!NAME) Then MsgBox ("Student Name can not be empty"), vbCritical Me.Undo Exit Sub End If DoCmd.RunSQL ("delaccount") DoCmd.RunSQL ("sendsingleaccount '" & Forms!studentsearch!ADDNEW!ADMNO & "'") Dim pj As New...

Part and Inventory Search

Back
Top