Search results

  1. M

    Button to show all records on "Data Entry Form"

    Many thanks theDBguy... why i did not see this!:)
  2. M

    Button to show all records on "Data Entry Form"

    Good day, How could I show all my records in my data entry form by clicking a button.. I tried "ShowAllRec" but it is not working (Invalid use of property).. Thank you
  3. M

    Form Open in Maximize

    Am using Overlapping Windows sir.. Id tried your suggestion "docmd. restore".. Let me see if this work..
  4. M

    Form Open in Maximize

    Many thanks, i will try that sir.
  5. M

    Form Open in Maximize

    Hello all, My form opens in maximize even there is no maximize command on open/current/load. How to avoid this to happen.. Thank you,
  6. M

    How to filter a crosstab query?.

    Yes.. i did read it.. the problem i am struggling to get work is the date range filter..
  7. M

    How to filter a crosstab query?.

    Hi CJ_London, Can you please expand the above, I am new to advance queries/crosstab, I can do a simple query as of now, please need more help.. Thank you.
  8. M

    How to filter a crosstab query?.

    Hi ebs17, Thank you for helping me to my query and crosstab.. I pasted your sql statement into the sql design view of my crosstab, then I copied your fctparDate function into module, and save as "fctparDate"..but when open/run my crosstab, I got the attached msg.. Can you please guide me on...
  9. M

    How to filter a crosstab query?.

    Hi CJ_London, Here is the sql view for qry_payment. SELECT tblPayment.PAYID, tblPayment.BUYERID, tblPayment.PDATE, tblPayment.ARNO, tblPayment.AMOUNTPAID, tblPayment.MOPID, tblMOP.MOP, tblMOP.BankName, tblMOP.AccNo, tblMOP.AccName, tblPayment.REFTRANSNMBR, tblPayment.REMARKS FROM tblMOP INNER...
  10. M

    How to filter a crosstab query?.

    Posted already..
  11. M

    How to filter a crosstab query?.

    Hi Pat, Can you please examine the sql view of my crosstab, i tried the put the parameter from the query that feeds the crosstab, still i could no get to work.. TRANSFORM Sum(qry_Payment_MOP_CT.AMOUNTPAID) AS SumOfAMOUNTPAID SELECT qry_Payment_MOP_CT.BUYERID, tblBuyer.byrFName...
  12. M

    Syncronize data from site to office

    Thanks the-doc-man..
  13. M

    Syncronize data from site to office

    Yes i have to admit, i can't do this at all.. if there is no easy way. When we sat and gather info, i was not told about this and it didn't came to my mind either .. so i will set aside this for now.. Many thanks to all..
  14. M

    How to filter a crosstab query?.

    Hi CJ_London, I have tried to filter the qry that feed the crosstab, but i always got the attached msg.. What I did is, I put "[Enter Date]" on the criteria row of my [PDate] field on my query that feed my crosstab, I don't if this is the correct way to filter the query..can you please help...
  15. M

    How to filter a crosstab query?.

    Hi pat, Thanks, i will try to put the parameters before the crosstab then.. Thank you pat.
  16. M

    Syncronize data from site to office

    Hi arnelgp, Many thanks. Can you please help me what utilities these are.. I can do manually exporting to excel what are tables affected, how can i consolodate those tables.. To tell you honestly i can't even imagine the process.. I need help pls..
  17. M

    Syncronize data from site to office

    In short this thing is impossible to newbie like me.. considering that this is my first project.. Thanks for all your feedback..
  18. M

    How to filter a crosstab query?.

    Hi Gasman, can you pls help me.. I need to filter by date, and presented to report.
  19. M

    How to filter a crosstab query?.

    Hello all, I am strugling to make a filter to my crosstab query, but i always get a "MS Access database engine does not recognize [Enter Remarks]as a valid field name or expression.. I think crosstab query is not same as ordinary query that can easily filter.. Can someone pls help me, i...
  20. M

    Syncronize data from site to office

    Hello all, Is there an easy way to syncronize record?. Situation, the main db is on the office (desktop) , 1 laptop is on site/off office.. My problem now is office desktop is updating/entering records, site is also updating/entering records, at the end of office work, site needs to upload...
Back
Top Bottom