Search results

  1. V

    Limiting Rows By Given Number In Continuous Form

    On the picture there is 5 In quantity box, on the sub-form there is 5 rows which i filled, but i want that if I or someone clicks for the new record... it must not be added on the sub-form rows list
  2. V

    Limiting Rows By Given Number In Continuous Form

    Hello vbaInet, where to use this? Number of rows = Quantity Is the best choice i think Because If I enter in Quantity 4 or 5 on the sub-form list maximum number of rows must be 4 or 5
  3. V

    Limiting Rows By Given Number In Continuous Form

    Hello Friends, I have a Question about limiting rows by given number in continuous form.... Please look at picture: I want that the continuous form on my sub form to be limited by a product quantity, that users accidentally not enter some extra data...... Thank you In advanced
  4. V

    How To AutoNumber a Continuous Form In Access

    Thanks missinglinq For your suggestion.... According with some examples i came to this: I think this variant is very simple 1. Create Unbound Text box and Set control-source of unbound Text box to = RowNum([Form]) Then Let use the Code: 'Copyright Stephen Lebans 1999 'May not be resold...
  5. V

    How To AutoNumber a Continuous Form In Access

    Hello missinglinq Thanks For the reply, I checked the given Links and found some variants, but they're query based.
  6. V

    How To AutoNumber a Continuous Form In Access

    Hello I have very simple Question... I wonder How to simply Auto-number continuous form as we simply do in the Reports like: =1 (With Unbound Text-Box) I searched, but found nothing. Thanks
  7. V

    Need To Convert Expression To VBA

    Solved! I Used Me.DePreciation = Me.Unitprice * (((100 - Me.DePercent) / 100) ^ Int(Format(Date, "yyyy\.mmdd") - Format(Dateofpurchase, "yyyy\.mmdd"))) :)
  8. V

    Need To Convert Expression To VBA

    Hi vbaInet When I tested it In VBA, got some errors.... I'll Check everything precisely, I thought that it needed something other...... Thanks for the reply...... I'll Post the results
  9. V

    Need To Convert Expression To VBA

    Hello Friends.... I have a question I need to rewrite my code which I made in Expression and need to convert to VBA, if it is available: =[UnitPrice]*(((100-[Deprpercent])/100)^Int(Format(Date(),"yyyy\.mmdd")-Format([DateOfPurchase],"yyyy\.mmdd"))) the idea is: I Placed this code on unbound...
  10. V

    Video Tutorials

    Thanks Bob Very Good Site
  11. V

    Video Tutorials

    Thanks Jon, Please Add More Video Tutorials
  12. V

    Some site updates

    Hello Jon Very Nice updates... Jon It will be also a good if you add something like "Solved Sign or a Mark" That We could mark our threads as "Solved" Thanks
  13. V

    Hello speakers_86, It Says: The Expression On Open you entered as the event property setting...

    Hello speakers_86, It Says: The Expression On Open you entered as the event property setting produced the following error: I think something is not loading
  14. V

    Can't Sum On the Report Footer

    Greatest Thanks Bob I'm Sure I can do it! I'll Shift all my expressions and put them like this P.S I changed whole report like this and it is flying :) Displaying so fast...
  15. V

    Can't Sum On the Report Footer

    Waw! Coollllllllllll Greatest Thanks Bob! You're Super Works Perfectly P.S. This was also a greatest lesson for me... I thought and this is a real good thing So handy and so needy.....
  16. V

    Can't Sum On the Report Footer

    Thanks Bob for the answer, Sorry but I can't understood this, how to put this in a query? I wonder if I can count the records of LossMoney in the footer of the report why cant sum them?
  17. V

    Can't Sum On the Report Footer

    In QT3 expression I use is: =DCount("*","DATA","Product = """ & [Product] & """ And Brand = """ & [Brand] & """ And Model = """ & [Model] & """ And Dateofpurchase = #" & [Dateofpurchase] & "# AND Status In ('WriteOff')")
  18. V

    Can't Sum On the Report Footer

    Hello Bob! Actual names are: For The Price is Unitprice, but QT3 is Unbound text box with expression in it
  19. V

    Can't Sum On the Report Footer

    - I Put ToTalSum Unbound Text Box on the report footer - I entered The expression exactly as Bob gave me - No error, But Saying: Enter parameter Value for Price, Enter Parameter Value For QT3 and when the report is opened it displays zero "0"
  20. V

    Hi vbaInet Please Look at my post in Reports Section Here is the link...

    Hi vbaInet Please Look at my post in Reports Section Here is the link http://www.access-programmers.co.uk/forums/showthread.php?t=217681
Back
Top Bottom