Search results

  1. still_rookie

    Create report from form

    ok you've seen my database.. In it, there is a form called frmMain. This will be the only form all users exept the admin can access. so, for the table 'Accidents' they should be able to create a report from within this form... that was basically what i intended to do, but i guess it is not...
  2. still_rookie

    Updating Records in Form

    Im so sorry about this, but i urgently need this..:( if someone could help me on this ASAP ? i would really appriciate it.. i don't indend to put anyone off if that has happened, but im just in need of thanks a lot !
  3. still_rookie

    Create report from form

    nopes, i want to create it from scratch.. is it possible?
  4. still_rookie

    Create report from form

    sorry.. i wasn't clear.. i want to create the report when the form is open.. from within the form, because i dont want the user to access the Main window.
  5. still_rookie

    Updating Records in Form

    LOL No the record source and table names match perfectly. ok.. ill explain it further... i have a combo box, that lists the primary key of THE table (i.e. CarNumber in my db). and i added the rest of the fields from the field list. The combo box is updated perfectly, but the fields from the...
  6. still_rookie

    Create report from form

    Hey guys, Any way in which i can create a report from a form ???
  7. still_rookie

    Updating Records in Form

    Hey guys.. For some reason, after i added new records to my table, the fields on my form don't update... :confused: .. any idea why and how i can solve this problem ? any help will be appriciated.
  8. still_rookie

    Welcome a new moderator!

    Congrats modest just wondering is he one of you guys' friend ? just asking, because i was wondering that within 3 days of his joining he's become the moderator ;)
  9. still_rookie

    easy question, but hard to figure it out lol

    lol sorry about that.. i figured it out as well ... but thanks for the answer.. aprriciate it.. :)
  10. still_rookie

    easy question, but hard to figure it out lol

    Hey guys, this may seem unprofessional but anyway.. does anyone know how to DELETE one or more realtionships ?? :o
  11. still_rookie

    Help Moving Records from a Form

    a simpler way, that doesn't require any VB coding, is : make a Yes/No box in your employee table and make two queries, 1 with the criteria for the Yes/No set to Yes, and the other set to No. So when you click on the Yes/No button on the form the Yes (meaning either left the company or the...
  12. still_rookie

    Prevent the user from editing records

    fine watever mate ............ i figured it out myself anyway... and it ddnt need a VB code ... cheers
  13. still_rookie

    Locking a Database

    ok then from the form properties, set the following properties to 'No' : 1.Allow Edits 2.Allow Deletions 3.Allow Additions 4.Data Entry :)
  14. still_rookie

    Adding a simple text clock to a Form

    The code mentioned above works perfectly for me, even at heavy CPU processing.
  15. still_rookie

    Locking a Database

    You dont need to lock the database, just make a replica. You can do this by - Tools -> Replication -> create replica did that help ?
  16. still_rookie

    query editor

    UFF... END OF THREAD BUDDY ... STOP IT NOW ... ITs OVER ! Dont start it again.
  17. still_rookie

    Adding a simple text clock to a Form

    here you go buddy... just follow the instructions below : 1.Make a label named as - lblClock 2.Set your form's Time Interval (found in the Form properties) to 1000 3.Put the following VB code into your forms VB.. dont mess, just add it exactl as it is: Private Sub Form_Timer()...
  18. still_rookie

    Prevent the user from editing records

    yeah already done that buddy... why me? what have i said ? i wasn't even trying to be rude there :confused:
  19. still_rookie

    pseudo-code

    :p fine "w/e" but my posts wern't that bad :D
  20. still_rookie

    Prevent the user from editing records

    if you read my post there, i said i had already googgled before stewart gave me the link :confused: .. atleast i hinted it... but as i said before, the pseudo code is not gonna help me... im doing it because i HAVE TO do it, or they cut my marks.. get it ? it doesn't help me in any way, i...
Back
Top Bottom