Recent content by 10e

  1. 1

    How to Edit/update field in a table through a form

    i would like to edit an already existing record.....The scenario is like this Record ID is entered then the form is populated with the record fields(THIS ALREADY WORKS) in the populated fields there is a field named TIME...this is the one to be updated/edited THE CURRENT TIME is to be added...
  2. 1

    Help Vba Code Syntax!!!!!!

    Thanks no more error but now it does not show any records it just shows the message that there are no records(but the record exists)!! whats happening now??? Do help cheers
  3. 1

    Help Vba Code Syntax!!!!!!

    i have this code which keeps on giving me this error...I dont know whats wrong with the code please help rstStudents.Open "SELECT * FROM Students WHERE Regno = '" & _ txtReg & "'", _ CurrentProject.Connection, _...
  4. 1

    Update Query PLease HELP!!!!!

    i want to have a query that will update saved records in a table (the record to be updated is found by using auto number/customer ID typed in on the form). the query then updates the fields in the table relating to that customer Please help (code sample please because i am very confused, i am...
  5. 1

    How to Set and Save Time

    hie i would like to know how i can add time in vba..Okay what i want to do is this : i want to have to fields of time 1)time in 2) time out the times in will be added to produce one value and then the times out will be added as well . the difference will then be calculated to find the time in...
Back
Top Bottom