Search results

  1. P

    GoToRecord / OnLoad event of form

    Unfortunatly this is not the case boblarsson.. i receive the error, you can not assign a value to this form.. Thanks!
  2. P

    GoToRecord / OnLoad event of form

    Hi All, I have an issue with GoTorecord,,,New, on a forms onload event.. Form A. Control 1 (Primary Key). Table 1. On the click event of command button “create new record” i open Form B, table 2 Table 1 and Table 2 have RI Control1/Table1 – Control/Table2 Form A remains open and visible...
  3. P

    Parameter Query / Field Criteria

    Very much appriciated John..i used this as criteria and it works fine Between [Forms]![Reports Menu]![FromDate] And DateAdd("s",86399,[Forms]![Reports Menu]![EndDate]) I tried to add some reputation to you...but seems i need to "distribute" some ? Any ways..Thanks a Lot!
  4. P

    Parameter Query / Field Criteria

    Hi all, In a query i am referring to form A, were two unbounded controls represent first and last date Controls DateStart and DateEnd The criteria in the query field "Date" is Between [First Date] and [Last Date] How do i refer to control “DateStart”/[First Date] and “DateEnd”/[Last Date] in...
  5. P

    Aggregated query does not function in SQL

    Hi boblarsson...so i tried out eveyrthing and come to this solution StatusOpen: Abs([CaseStatus]="Open")..it works great. Thanks a lot!
  6. P

    Aggregated query does not function in SQL

    Her is the query SELECT Xcodes.XID, Cases.CaseID, Cases.Category, Sum(-([CaseStatus]="Open")) AS StatusOpen, Sum(-([CaseStatus]="Review")) AS StatusReview, Sum(-([CaseStatus]="Closed")) AS StatusClosed FROM Xcodes INNER JOIN Cases ON Xcodes.XID = Cases.XID GROUP BY Xcodes.XID, Cases.CaseID...
  7. P

    Aggregated query does not function in SQL

    Hi, I have an aggregated query (query / query) in Access and when i run it with my tables Linked to an SQL it does not function. This is the string SELECT XcodeCaseQuery1.XID, XcodeCaseQuery1.Category, Sum(XcodeCaseQuery1.StatusOpen) AS SumOfStatusOpen, Sum(XcodeCaseQuery1.StatusReview) AS...
  8. P

    Form does not display search resaults...

    I was unclear..i moved the query and form to the frontend of my database that is linked to the SQL... :-)
  9. P

    Form does not display search resaults...

    strange..i moved the query and form to my front end, linked to my SQL..and it works just fine. Thanks Again!
  10. P

    Form does not display search resaults...

    Thank you boblarsson, however..something is wrong..the form opens but without any resaults...
  11. P

    Form does not display search resaults...

    Hi all, I use an unbound textbox in my application menu to search the content of some forms on the “click event” of a dedicated button. I use the below code, the continuous form opens but displays no results....also..how do i centre the text in the textbox? I do not use this code in the forms...
  12. P

    DLookup function in application start up form

    I found it.. i replaced FOUserName with fOSUserName() Much appriciated David, thanks!
  13. P

    DLookup function in application start up form

    Thank you David...i receive an Compile error / Variable not defined for the FOUserName
  14. P

    DLookup function in application start up form

    Hi Table Signatures. Field names “Username” and “Signature” “Username” holds the system username (fOSUserName) “Signature” holds the alias related to the username Example: “Username” bertlarsson = “Signature” Bert How do i write the DLookUp function to match the current fOSUserName() with the...
  15. P

    Limiting expression to two decimal points

    Sorry for being "nosy"..but what function does the 2 have? Thanks!
  16. P

    Display MS SQL 2008 Login In

    Much appriciated Wayne, when you say like 4 of these constants youe mean functions such as ENVIRON(Username) / foUSERname / etc ? Thanks!
  17. P

    How to talk to a programmer

    I would have done it differently, not much, but never the less, differently. I am currently upgrading to SQL 2008 and i take this opportunity to restart... It takes time to understand how to end the chess game :-).. Access and VBA is huge..and thats the beauty of it..everyone can participate...
  18. P

    Best method, lookups and bounded columns / SQL

    Thank you gemma... I understand
  19. P

    How to talk to a programmer

    I am a beginner, i am interested in my application that returns high value for me and my colleagues. The value lays in the satisfaction of something created by an end user. It gets the job done and it involves co workers in the daily process. It’s far from perfect, but it works. I will never...
  20. P

    Please support these forums

    Is it not possible to donate a sum of money?
Back
Top Bottom