Search results

  1. G

    Question Reg - Forms

    I JUST WANTED TO PASS A VALUE IN THE QUERY AND BIND IT TO THE COMBO... Combo71.RowSource = "select FIELD1 from [TABLE] WHERE FIELD2= Me!Text62;" BUT THE ABOVE CODE DOES NOT BIND THE VALUE IN THE COMBO.. CAN U PLS HELP ME ..?
  2. G

    Question Reg - Forms

    Hi, I Have The Following Requirment. I Have A Table With 2 Columns... Like A 1 B 2 C 3 D 2 E 3 I Am Displaying All The Values In The 1st Column In A Form In A Combobox... If I Select A Particular Value It Ll Fetch The Corres Value Of...
  3. G

    Question query

    hi i have two tables with me. with 5 columns each. i am running a join query for getting a result. i want that resultant data to get inserted into a new table. through a form.on clicking of a button the query should get executed and the output of the query should get inserted into a new table...
  4. G

    Question Dlookup

    Thanks for the advices. i ll follow in the mere future.
  5. G

    Question Dlookup

    Many thanks man.. i got it.. thanks for the support.
  6. G

    Question Dlookup

    i am setting the query as record source and i am fetching the passport expiry details in the text box.. similarly for the visa also i have to write a query and i have to display the value. how to set 2 or more record sources for a single form.
  7. G

    Question Dlookup

    hey this is not the exact thing i am looking for.. i need the count of the persons for whom the passport is getting expired with in 60 days in the text box in the MAIN form. i am not aware of how to use these queries for fetching the datas in the UI. pls incorporate in the attached zip...
  8. G

    Question Dlookup

    i have attached the application. in the form named MAIN. i have hardcoded the value as 60 in the passport details. can you please write a query at the back end and send me.
  9. G

    Question Dlookup

    Pls Send Out Some Examples Where U Can Bind Some Value To The Front End By Coding At The Back End Using Join Queries.
  10. G

    Question Dlookup

    i am having 2 tables 1> name, passportexpirydate 2> Expiryname, duration 1> aaaa , 02-02-2008 bbbb , 02-05-2009 cccc , 07-08-2024 2> passport , 60 visa , 30 insurance , 15 i have a text box in the form which should display the count of the name for whom...
  11. G

    Question Password text box.

    i am getting the text as *******.. but how to read the same text in the back end??? for eg ... i am using txtPassword.text = "password01" here the text is coming as"**********"
  12. G

    Question Password text box.

    hi i have a text box for entering password. i have to compare the entered text with a hard coded text. the password should come in *******. how can i achieve this?
  13. G

    Question Outlook

    hi can anybody give me the syntax with explanation for opening an outlook mail from access. my requirment is like this. on clicking a button i have to fetch a set of emails from msaccessdb which veries with time and i have to put them in TO field and in CC i have to put another, with a...
  14. G

    Question Default Form

    Thanks. it works.
  15. G

    Question Default Form

    I made the form as default and i unchecked all the check boxes in the start up so that it looks nice. but i am not able to revert back to the table view and design view. how can i get those items?
  16. G

    Question Default Form

    Thanks, it works.
  17. G

    Question Default Form

    Hi i am trying to create a application in which i am using a switch board and several forms. But when i am opening the access the switch borad page is coming as the default starting page. but i need another form to open as default starting page. can any body help me with this issue?
Back
Top Bottom