Search results

  1. H

    enable or disable a text box after checking if its null or not

    i am using this code as of now..to update status of each person i want to use vba.. and get the last status of all records in the sense.. suppose for person1 i have status1,status2 and status3.. but rest are null.. text in status3 must be shown as latest status for person1.. i knw that above...
  2. H

    enable or disable a text box after checking if its null or not

    here's what i wish to do: i have fields named status1,status2,...,status5 abd caller1... caller5 (i know this kind of field names are a lil absrd but i wanna keep them like this cuz the end users want them to be so) when i add record i fill status1 and caller1. thats fine i need to build...
  3. H

    combo box and subform giving error

    hey nigel.. thanx for coming for my rescue.. actually by removing control source from the combo box.. my problem got solevd
  4. H

    save 5 last status and show only the latest in a form

    for every unique person i need to have at max last five status. for example.. if we call a new person.. he says call me on wednesday--- his staus1 is "call on wed" on wed we call hom again and he says call on thursday----status2 is "call on thur" something like that.. i dunno how to normalize a...
  5. H

    save 5 last status and show only the latest in a form

    i have table with fields name,phone and status1,status2... status5 i have a form to add records which uses status1. now i want to build a form to update status... it should how many fields for status i have used.. and allow me to fill the new one... how can i do so. plz help..
  6. H

    identifying a user

    thsnx a lot banana,, ur link did help me and now i am getting what i wanted
  7. H

    combo box and subform giving error

    hello, i am having a strange problem i have table with PK: name+phone number. i have a form which has a combo box and a subform combo box is used to select a name... on updation of this combo box the subform finds related details.. when i click on any textbox to update etc.. i get an error...
  8. H

    identifying a user

    am using office 2000 premium. i am using two files.. front end and back end.. i tried setting the default value of the table in the back end as currentuser() and got "invalid function" as error. i added your code to my Private Sub AddRecord_Click() and changed "mycontrol" to "called_by" as the...
  9. H

    identifying a user

    i am not very clear here... i locked the textbox so that the user cannot edit it.. and no matter what he does.. his name goes into the reocrd... is that not what lock is use for??? then what is teh right way to do so.. also i am dunno what ur code does.. it will be kind of u 2 explain it to me..
  10. H

    i want to see the actual serialno instead of Autonumber

    actually its not much of a problem.. i asked only for future use.. as of now even if it doesnt shows the record no. its ok.. thanx for ur guidance,
  11. H

    identifying a user

    i tried setting CurrentUser() as default. while trying to save i got error message that this is an invalid function.. so i wasnt allowed to save.. :(
  12. H

    identifying a user

    thanx a lot.. using the CurrentUser() function i am able to get the desired result.. but only in the form... when i click the "add record" button all the fields get filled up.. but the one having CurrentUser() remains blank... i have locked the control having user name so that the user can not...
  13. H

    identifying a user

    i wud ike to clarify that i used user-level wizard.. nd have formed mny different user accounts.. an i want to idntify these users and not the user acount through which i hav logged on in the OS....
  14. H

    form not working when tables linked over network

    i have some forms having subforms.. the linked tables are loacted on another PC.. these foms work fine when the linke tbles ar on the same PC but when the linked tables on another PC.. the foms are blank!!! please hlp..
  15. H

    i want to see the actual serialno instead of Autonumber

    hii banana, how do dirty the record on opening?? yes i did want what u are suggesting. there is a thread which tells u how to do it. and provides codes too.. i tried it.. asked for some clarification etc etc.. but was not able to get the desired result... so i gave up on that.. thanx.
  16. H

    identifying a user

    thanx for the help as i am new to access i think i am doing soemthing wrong i encountered two problems.. first, i have tried using several different user accounts.. with different kind of permissions.. but the field taht is supposed to show the user always shows Administrator when the form is...
  17. H

    i want to see the actual serialno instead of Autonumber

    well i have a form.. where one of teh fields(serial) has a control source of type Autonumber. this form also has a macro which takes it to a new record on opening.. the problem is it shows (AutoNumber) in the serial instead of the actual serial no. which will be assigned to this record.. it will...
  18. H

    Question multiple user file

    as of now i am working on the same PC and still designing the forms and queries.. i have linked and logged into the BE but not on network.. on the same PC.. earlier i tested linking a table on another PC and was successful.. but at that moment i had no securities enabled..
  19. H

    Question multiple user file

    replication while browsing the forums.. i found something cvalled replication.. i have split the DB into front end and back end.. and placed copies of FE on different desktops.. do i need replication.. it seems quite complex.. comment please
Back
Top Bottom