Search results

  1. C

    cannot enter new item..always got error

    Hi...im more confuse..is this happen because i always delete the previous input that i have enter?In the Order Table i use the autonumber for my OrderNumber(primary key),so before this i have try enter input to try the Order Form, but i have delete the record until 12 times, (order#= 12)because...
  2. C

    REfreshing the Form

    hi..how to auto refresh the Form, when then form open?what i mean..when we open the form(run it) the all the input automatic clear after record(cmdSave)it and all the record go to queries right, then..i have try using Add new button but, what i need the form is auto refresh and the input Boxes...
  3. C

    REfreshing the Form

    hi..how to auto refresh the Form, when then form open?what i mean..when we open the form(run it) the all the input automatic clear after record(cmdSave)it and all the record go to queries right, then..i have try using Add new button but, what i need the form is auto refresh and the input Boxes...
  4. C

    Previouw a specific repport

    im also have problem on this..same as sofie..preivew the report..click on the button and previeuw the speccific record..how?(eg: Today report, Yesterday report, last week report, and view all report) in one button?How to do this help me..
  5. C

    cannot enter new item..always got error

    I have try to Clear the Auto index on import create box..But the Error message still asking the same error..why? Help me because Access is new for me..
  6. C

    report only today date&today events

    hi..back..i already tried both of You methods, but still dose't work, i add Date() on Criteria, when i run the quries , all the item is lost and the field also missing.Why?yes i create from the quries.But why it dosent work? my table contains informationon faults of a Order details for each...
  7. C

    ToolTips Help

    Thank Q..Its work
  8. C

    report only today date&today events

    i want to do daily report,all the report only for today date(one date) in one page of report..i dont want multi date display,i dont want yesterday date or last week.. but only on one date example: i only want to display all report events happen on date 19/03/2002,that mean today,so how to do...
  9. C

    search

    and i use this code: Private Sub CmdSearch_Click() If cbofrom.ListIndex = "" Or cboTo.ListIndex = "" Then MsgBox "Plese select a valid date in it", vbCritical, "Order" Else If IsDate(cbofrom.ListCount) Then MsgBox "Please enter a Valid date in it", vbCritical, "Order" Exit Sub Else MsgBox...
  10. C

    cannot enter new item..always got error

    hi ..i got error with my access, why i cant enter new item,the maximum fill in new item for customer only 6 times(until order# 6), and when i enter the 7th (Order# 7)times i got error message " The Change You requested to the table were not successful because they would create duplicte value in...
  11. C

    ToolTips Help

    Hi..is Access Database got ToolTips Help like Visual Basic?is yes..please teach me.. :-) thank Q
  12. C

    DO REPORT FORM

    Hi .. i got problem with my access.I want to do search and display search report. I want to use the the search button base on the CATAGORIES and DATE. I got one form, on this form I got 1)2 group option buttons: a) Private(optctlg for private subform) b) Public(optcust- public subform) if te...
Back
Top Bottom