Search results

  1. H

    Solved Sort Query Result by Ascending or Descending

    Sorry for late reply! It works ! thanks
  2. H

    Solved Sort Query Result by Ascending or Descending

    I have done it but its not working.. any help?
  3. H

    Solved Sort Query Result by Ascending or Descending

    HI all, I have a query designed on "Search Button" Click event as under, Private Sub btnsearch_Click() Dim SQL As String SQL = "SELECT DataBase.ID, DataBase.[Regi No], DataBase.[Farmer Name], Database.[MIS System], Database.[Area (Ha)]" _ & " FROM [DataBase] " _ & " WHERE...
  4. H

    Solved Format function to get Current financial year data from (April-20 to March-21)

    Well Well ! I am always learning something new from you. This works like a charm Thank you very much !!!!
  5. H

    Solved Format function to get Current financial year data from (April-20 to March-21)

    I need data of current financial year only. I mean after a year the value will be from April-21 to March-22 . is this working here? I am asking as you have entered fixed date #2020-04-01# and #2021-03-31#. Or I have to change year every time? Thanks for the prompt reply.
  6. H

    Solved Format function to get Current financial year data from (April-20 to March-21)

    Hi all, I need to get report of material sent by current week with a query. I am able to get report of current month by following funtion, Format([Material Sent Date], "yyyymm") - by this function I am able to get current month data and, Format([Material Sent Date], date()) - by this function...
  7. H

    Solved How to copy list box data to other text box in same form in access

    I have two columns in list box "Registration Number" and "Client Name". And yes it serve my purpose very well. Works like a charm!!! Thanks for the prompt reply
  8. H

    Solved How to copy list box data to other text box in same form in access

    Hi all, I've a material supplied entry form (and a table with same name also) which has two text boxes i.e Registration number and client name. Another table is "Data Table" where some other details about the client is saved (like address, pin code etc.). - Now I have created a search query...
  9. H

    Solved Format Function to get current week or current quarter data

    Can you send me the sample data base with just name and date columns with the working query for my reference pls..
  10. H

    Solved Format Function to get current week or current quarter data

    I am aware of this. Already get it working in current month format. But anyhow it does not work for current week..
  11. H

    Solved Format Function to get current week or current quarter data

    the field is already a date/time format. And I am putting the format function in query filed. Is it alright or I m doing something wrong?
  12. H

    Solved Format Function to get current week or current quarter data

    It both gives "Date type mismatch error"
  13. H

    Solved Format Function to get current week or current quarter data

    Tried it and not working for me.
  14. H

    Solved Format Function to get current week or current quarter data

    Hi all, I need to get report of material sent by current week with a query. I am able to get report of current month by following funtion, Format([Material Sent Date], "yyyymm") - by this function I am able to get current month data and, Format([Material Sent Date], date()) - by this function...
  15. H

    How much data storage limit a combo box had in Access

    thanks will try definitely
  16. H

    How much data storage limit a combo box had in Access

    Thanks for the prompt reply. Can you guide me how can I add a query to a special table which saves all my combo box data ? Thanks
  17. H

    How much data storage limit a combo box had in Access

    Hi all, I've created my company data base on Access. Where there are two fields under customer table. 1. Village 2. Taluka I've put two combobox in my data entry form. 1. Villagecombo and 2. Talukacombo and put property settings to "Limit to list" and "Allow list edit on" but after some...
Back
Top Bottom