Search results

  1. C

    2 doubts

    Hi , select [Full Name] from Order where [Order No]=[Order Number] When i write this is in the expression builder and trying to save it and close the property box its giving "check the subquery syntax and enclose it in the parenthesis. Thank You
  2. C

    2 doubts

    Hi, I tried in that way too..but its giving error saying subquery must be enclosed in parenthesis..
  3. C

    2 doubts

    hi guys , even i tried but its shown page not available. even the when i write query ..its showing error. Select Full Name from Order where Order No = Order Number I wrote like this in which Full Name == column name in table Order ==is the Table Name Order No==is the Column Name...
  4. C

    2 doubts

    Thank u guys.I will implement those solutions
  5. C

    2 doubts

    Hi guys, i am working on small project in access for which i use the access database itsef. (1) I have a combo box in my application for which i want the default value as the first item.How Would i do that.. i tried default value option ..but no use (2) I Have a Combo box which has the...
  6. C

    Getting data to text boxes

    Pls anybody help me.I need the solution for that ..
  7. C

    Getting data to text boxes

    Thank You very much.I want to get the values of the textboxes from the table depending upon the selecteed order no.I tried in the above way but of no use..pls give me other solution
  8. C

    form window in dialog mode

    Thank u very much
  9. C

    form window in dialog mode

    yup..i got it..by using restore docmd.restore Thank u ver much
  10. C

    form window in dialog mode

    Thank u very much.But the form which i want to open in dialog form is the startup form in my application.. and if i write the above code in the form load function..its not working.. can u pls suggest me other ways..
  11. C

    form window in dialog mode

    Hi guys, i have a small doubt.i want to open the form in the dialog mode.Can some body pls tell me how to do that.. thank u
  12. C

    Getting data to text boxes

    Hi guys,My problem is i have a listbox and 2 textboxes..based on the number selected in the listbox the textboxes get data from the table. i mean based on the order no selected the values of name and address must be filled in the textboxes from the table.. Pls help me
Back
Top Bottom