Recent content by TacoBueno

  1. T

    Updating Unbound textbox on form per record viewed

    =/ that doesnt work =/... anyone else have any ideas? lets say i have a table with 3 records each with 2 collumns Column1 Column2 1 John Smith 2 Bob Jones 3 Tom Evans i want an unbound textbox to display Column1 + " " + Column2 for each record viewed. textbox[John Smith]...
  2. T

    Updating Unbound textbox on form per record viewed

    Hey, I am trying to figure out how to update an unbound textbox on a form to reflect conditional data in other boxes when each record is viewed (pages works with reports but I cant find something similar with forms). such as if I had an unbound textbox that I want to = firstname+" "+lastname I...
  3. T

    Phone Number Input help

    also also, using something like me.refresh under onclick sort of works, but it is also very buggy since i am able to stop half way through a number and reclick causing problems, basically I want it to enter in left to right just like a regular non input masked text box, but i still want the...
  4. T

    Phone Number Input help

    Greetings... I am setting up a text box to accept a phone number with an input mask of 000\-000\-0000;0;_ but it isnt doing quite what I want it to do, I would like it to start at the begining when clicked to prevent the error of a user typing in the number a space too far to the right. (right...
  5. T

    checking for current user or user group?

    how would I go about checking the current user or users user group that is currently logged into my database via code? Thanks
  6. T

    Data entry prevention?, tabular vs columnar

    Ok, that seemed to work for text boxes.. got any suggestions on how to do it for check boxes as well?.... thanks
  7. T

    Data entry prevention?, tabular vs columnar

    Kinda stuck at deciding what I should do here.. What would be the best way to prevent a user from entering data into a tabular form without making sure a certain member exists first? for example if I have a columnar form BOXA BOXB (invisible or disabled by default) 1 of 2 I can have it...
  8. T

    accessing and editing data directly?

    Can someone help give me a general idea of how the sql code, the vba code, and access's gui objects work together? Specifically how does one directly edit or enter information into the database via code only. For example, a Form has a property called RecordSource, and a TextBox has a property...
  9. T

    Database Design and Data Entry Help..

    hmm =/ Thanks alot for the attempt (and the free bump) but that wont work =( sigh the database in the end is going to be more complicated than the example I showed.. I just need to know how to execute the form I gave while logically storing a main contacts table which points to an unduplicated...
  10. T

    Database Design and Data Entry Help..

    Greetings.. I am attempting to teach myself Access but I am having trouble trying to figure out how to implement into my database the features I need my enduser to have. Basically I am trying to create a Contacts database and I want the "form" that my end user enters data into to look like this...
Back
Top Bottom