Search results

  1. K

    MainForm and SubForm

    Form navigation Hi friends I have three forms. One major form has 2 buttons that opens the two other forms. Its working perfectly. All I want is that if the first major form is opened at form number 20 so I want the two other forms to be opened at 20 as well. At the moment, sub forms starts...
  2. K

    Combo box Report

    Dear Friends I have a combo box in my form which is a list of Customers. Access report shows grouped Customer report. Now I want the report of one particular Customer or I want to exclude a customer/s. What query criteria should be used. I applied all =, <> etc but it doeskin work. It gives...
  3. K

    Pulling data

    :banghead:
  4. K

    Pulling data

    :(:(:( That means Im not the only one. Any suggestion?
  5. K

    Pulling data

    I have two different databases. Im successfully pulling data from DB1 into DB2 by this vba code: Q1 = Nz(DLookup("[q1]", "order", "[SalesOrderNo] = Form![DOCKET]"), 0) where Q1 is field in DB2 that is automatically filled when DOCKEt field is filled in DB2. It matches the DOCKET field in DB2...
  6. K

    Excel form in Access

    Yes, right I m not pro in Access
  7. K

    Excel form in Access

    Yes, that's the issue. Access and Excess are two different applications. But the issue is my boss wants exactly the same format. Could this be possible in reports? If yes, how?
  8. K

    Excel form in Access

    This is all numeric data to be entered in cells... User needs to enter data so how can t his be done in report, any clues?
  9. K

    Excel form in Access

    Hi Friends Attached is the form in Excel for my company's Packing list, there is much more to it but right now I wanna know how can I implement the same in access, having tooooooo many fields. Thanks in advance
  10. K

    Conditional Formatting

    Hi friends I have three check boxes from the form in my report. I want conditional formatting of the row/record if any of the check box hasn't been ticked. Since I know conditional formatting cannot be applied on the check boxes, wanna see if there is a way around. Thanks in advance Khushalay
  11. K

    DoCmd.OpenForm issue

    Thanks alot, It worked
  12. K

    DoCmd.OpenForm issue

    here u go file is attached
  13. K

    DoCmd.OpenForm issue

    May I getting ur email id here I can send it please. Im very desperate
  14. K

    DoCmd.OpenForm issue

    I tried to upload my file a couple of times but it says a security token is missing. Please someone help me on this.
  15. K

    DoCmd.OpenForm issue

    Just uploaded a zipped file of both front end and back end. In the front end there is one form Boss... there r shipped and pending orders... I need them to open to the particular orders. Please help me out, working on it since Thursday but cant figure out.
  16. K

    DoCmd.OpenForm issue

    Yes, I have Shipped checkbox on Home Form. Plz help me out. This is stressing me. Day in and day out im trying to get it done.
  17. K

    DoCmd.OpenForm issue

    The form has the shipped field as a check box
  18. K

    DoCmd.OpenForm issue

    Its not opening report. This wl open the Form... One form having various customer names... clicking on a customer will open all the Records (Forms) associated with that Customer. The code I provide is serving this purpose. I ant only to show the shipped records(Forms)
  19. K

    DoCmd.OpenForm issue

    Shipped is a check box
  20. K

    DoCmd.OpenForm issue

    Thanks, I tried but it gives me this error: Run- time error 2465 Microsoft Access cant find the field '|1' referred to in your expression
Back
Top Bottom