Search results

  1. V

    Attendance Sheet Format

    i have a button on the form with vb code but only change value of the selected record. i want it to change value of all records. here is the code Private Sub markatn_Click() cboatn.Value = ("Present") End Sub
  2. V

    Attendance Sheet Format

    its not true or false. there are four options in the comboBox Present Absent Leave Other the question is how to update all the comboboxes to one of these values.
  3. V

    Attendance Sheet Format

    i have an access form on which i have a combo box for each record in the database. i want a button that can change values of all the combox at onece. e.g if i want to mark all the students Present i just click the button and it change all the comboxes value to Present. That is what i am looking...
  4. V

    Attendance Sheet Format

    can you tell how to make a button that will mark all the student present or absent at once.? as per your image
  5. V

    Attendance Sheet Format

    i have achieved it by using the append query and storing the data in another table named attendance log. and then created report based on that table.
  6. V

    Attendance Sheet Format

    kindly tell me what is your site address
  7. V

    Attendance Sheet Format

    i have all the data related to the requirement of attendence sheet. i was just asking from experts like you that what would be the best practice to use? textbox cbo optionbox etc. because i need to mark attendance of multiple students (1000) so need something that work quick and easy. thansk...
  8. V

    Attendance Sheet Format

    I need to design a attendence sheet but not having any idea how to design it. Either i should add checkbox or option box. Or just add bunch of textbox or comboBox with Present or Absent as mask. I am confused :confused: The sheet needs to record attendence of employee everyday of every month of...
  9. V

    Best Site Ever

    Before comming to this site i was a user of a site name Stack-***** but the feedback of answer is too slow and not helpful. Then i came accross this awesome forum and it always help me and very quickly. Special thanks to its members 1: arnelgp 2: JHB 3: CJ_London who helped me the most with...
  10. V

    If Condition Not Giving Proper Result

    as always.. you helped me out like a charm. :) going to post another question. Hope you will solve it again :)
  11. V

    If Condition Not Giving Proper Result

    are you recommending to use the SWITCH statement ?
  12. V

    If Condition Not Giving Proper Result

    I am using if condition on an unbounded textbox to display some value according to certain criteria. But its only validating the first statement. I know there will be some logical error that is driving the wrong result. here is the statement =IIf([fmttl]/[fmmttl]*100 >"90","A+"...
  13. V

    Convert SQL linked Tables to Local Tables

    thanks ... :) it worked
  14. V

    Convert SQL linked Tables to Local Tables

    I have a database on which i am using linked tables that i have created with SQL server 2008. Now i want to deploy the application to another pc and wanted to convert all the linked tables to local table. I tried converting them to local tables by Right Clicking on them. But after that when i...
  15. V

    Using DSUM function with textbox or CBO

    bundle of thanks :) :) :) its working like a charm now <3
  16. V

    Using DSUM function with textbox or CBO

    i have chagned its name to txtFindAsUTypeValue as you suggested. kindly update the code and attach the file that is running the dusm code. plz
  17. V

    Using DSUM function with textbox or CBO

    check now. I have disabled all the security modules now. Press f11 to display navigation pane and there you can select the design view. Thanks for bearing with me:):D
  18. V

    Using DSUM function with textbox or CBO

    press F11 and the navigation pane will show up. From there you can access design view of the table.
  19. V

    Using DSUM function with textbox or CBO

    i have renamed some controls but still not working. db is attached. kindly check
  20. V

    Using DSUM function with textbox or CBO

    Just left for some work. I will attach the db as soon as i reach back office. Thanks mate :)
Back
Top Bottom