Search results

  1. A

    Use the same subreport with different data?

    The best solution is make a form with an unbound combobox and the RecordSource for the combobox, it's your choice. In that form insert a list box and present what you want and export data to excel or pdf. On the other hand, if your reports are required grouping and calculated fields then it's...
  2. A

    Solved Multi select issue after implementation cascading combobox

    Thanks Carletto, got the idea through query reference.
  3. A

    Solved Multi select issue after implementation cascading combobox

    Yep, as you commented " how to fish", it's improving my skills.
  4. A

    Solved Multi select issue after implementation cascading combobox

    Thanks CJ, 🌹 ❤️ 🌹 got the solution as you had given the hint. The solved db file has been attached herewith.
  5. A

    Solved Multi select issue after implementation cascading combobox

    but how I will apply filter in datasheet form with each combo box.
  6. A

    Solved Multi select issue after implementation cascading combobox

    My datasheet form check box selection is working normal before filter of data but as I filter data through cascading combo boxes the datasheet check box is not making multiple selections. kindly suggest the solution. The db file is attached herewith.
  7. A

    Solved Row selection & Focus Issue in Datasheet Form

    amended: Public Function fnMoveFocusToCheckField() If Me.ItemsPK.Locked Then Me.Check.SetFocus End If Me.Refresh Screen.MousePointer = 1 End Function Kindly suggest, Is it the correct way or not?
  8. A

    Solved Row selection & Focus Issue in Datasheet Form

    Thanks Arnel, 🌹 ❤️ 🌹 you got what I was requesting, Kindly see the attached screenshot, Why it's happening like that as highlighted in circle, the click focus making marks.
  9. A

    Solved Row selection & Focus Issue in Datasheet Form

    I have attached the db file and screenshot of the locked field, I don't want selection of the locked fields in any case. kindly suggest.
  10. A

    Solved Row selection & Focus Issue in Datasheet Form

    Yes, you are right as you said: "I think what you are saying is you want users to be able to select a row by clicking on any field but the focus not to to stay on that field." and as you said that "the focus should have to remain at check box" but the question is how to avoid focus and...
  11. A

    Solved Row selection & Focus Issue in Datasheet Form

    How to do textbox selection property to false in datasheet form.
  12. A

    Solved Row selection & Focus Issue in Datasheet Form

    Then you couldn't move on row selection, you have just focus only one field I want row selection should have to work on all fields
  13. A

    Solved Row selection & Focus Issue in Datasheet Form

    Sent elaboration in post # 3
  14. A

    Solved Row selection & Focus Issue in Datasheet Form

    Access form, datasheet view Elaboration of question: The form has fields as following Check box Item Name Paking size Quantity on hand and so on.. I am doing check box selection and the other fields are locked to make read only. Now, if I will click on any locked field, the row selection...
  15. A

    Solved Row selection & Focus Issue in Datasheet Form

    I have a datasheet form with all fields are locked and enabled field property false except one check field. I want the selection of row should have to work as enabled property false. screen shot is attached herewith. kindly suggest.
  16. A

    Solved Add multiple selected items to continuous form

    The database should have to be included in sample database as per my opinion, As per the developers point of view may be some modifications required, I hope so It should have to be included in sample database category.
  17. A

    Solved Add multiple selected items to continuous form

    Accept my apology as I have used the same db file to elaborate my question.
  18. A

    Solved Add multiple selected items to continuous form

    Thanks a lot Arnel,🌹🌹🌹🌹🌹, That's what I was expecting to be like this.
  19. A

    Solved Add multiple selected items to continuous form

    Thanks, Pat I have added the forms and tables in the database, If the user will click on add items then the form will pop up and then he will make selection of items as per the selected items, the items should have to be added the subform. database is attached herewith.
Back
Top Bottom