Recent content by maosc

  1. M

    Results of DLookup not showing in Report View, but are visible in Print Preview

    Please check the control property on report "Display When" in format tab. it should be Always instead of "Print Only". if also not showing the value, then there can be null value in both of them.
  2. M

    Best way to lay out the database

    Hi antr, You have two table one for Project Details and one for project Updates details. Also i suppose you are updating the project id in updates table. You just create a query called "query1" by both tables Project Details and Updates table joining with project id and do the following on...
  3. M

    Dllookup returning a numeric value as text

    If your answer output is right and problem with only datatype text. then just use "Val" Function or CDbl function for converting same. example: Val(Dlookup(.......................)).
  4. M

    Introduction

    Hi All, I'm Aarif from india, i'm a access guy working with whole access objects.
Back
Top Bottom