Recent content by Fi3nD

  1. F

    Help on database problem

    its a Yes/No
  2. F

    Help on database problem

    This is it: SELECT TblCustomers.[Customer Name], TblCustomers.Village, TblDelivery.[Paper Name], TblDelivery.Mon, TblPaperboy.[Paper Boy Name], TblPaperboy.[Round Number] FROM (TblCustomers INNER JOIN (TblPaperboy INNER JOIN TblDeliveryRound ON TblPaperboy.[Paper Boy...
  3. F

    Help on database problem

    thanks for the help, but it doesnt seem to work, any other ideas?:confused:
  4. F

    Help on database problem

    Ok guys, I really need help with this as its part of my coursework, i dont understand why my query doesnt work properly and nor does my teacher. So I reaaaly would appreciate any help. My database is about a newsagents and its paper delivery system, there are tables about customers (fictional)...
Back
Top Bottom