Search results

  1. B

    Unbound text box display disappears

    Yes I do ! I have another combo that narrows the selection in my ComboProject.
  2. B

    Unbound text box display disappears

    Hi All, I have an unbound text box on a continuous form that displays my description from my combo box.... and it works fine but when I click on the next record or put the cursor on another record field it disappears how do I make it appear regardless where my cursor is? Hope this makes...
  3. B

    Get User log in - API not backwards or forward compatible

    Thank you for your reply Galaxiom.. where do I put this code , sorry im fairly new to programming is it VB a Macro / module?
  4. B

    Get User log in - API not backwards or forward compatible

    Hello All, I used the code in the link below to get the login id returned on a form but I am having trouble now that I rolled out the database the code gives an error if the user has older than 2010 and even on a new machine that has access 2013 what is the best code to use? to return the log...
  5. B

    Bypass Error 3021 vba code???

    Hello!! I'm trying to figure out how to by pass error 3021 No current record I know I can put the code below just don't know where to put it. If Err.Description = "No current record" Then Resume I attached a pic of my code that is causing the error .. and its okay I just want to by pass...
  6. B

    Clear Fields on form open

    Hello! I have a timesheet form that pulls from a query that pulls from a table I want to clear my daily charges and reset back to the default value of 0 when my form opens ... can't figure out the code.. . Saturday, Sunday, Monday , Tuesday , Wednesday, Thursday, Friday thanks a mil...
  7. B

    Stupid Cascading Comboboxes

    Thanks a mill spikepl took me awhile to follow Pats instructions but it works great!! Man what would I do without this forum!!! :) HAPPY NEW YEAR!
  8. B

    Stupid Cascading Comboboxes

    Hello all ! happy new year! I've been trying to create a cascading combo box for a few weeks now and I get the same darn problem... The selection on my (unbound) first combo dictates what u see in my (Bound) second combo... my problem is what ever I choose on my first combo it defaults to...
  9. B

    Update date field with command button

    Good Morning All ! First off happy new year!! I want to be able to update a date field in my form with a command button based off the date the person picks off a combo box in my header... is this possible?
  10. B

    Combo Box Restriction - User name

    Thank you all for your help! much appreciated! Happy New year!
  11. B

    Add Window Username to Table

    what would be the default value for my text box? Whatever I name the module? I tried giving the module "username" but when I do that in the default value it thinks it a table or field and puts it in brackets.
  12. B

    Combo Box Restriction - User name

    You guys are right no need for a combo box just a text box with that users name defaulted based on the windows login. So how do I achieve this? I got the User log in name from my IT / Network guy and added to my employee's table under EmpUserLogin.. EmployeeId / EmpUserlogin / Last Name/...
  13. B

    Combo Box Restriction - User name

    I have a combo box with a list of employees I want to restrict the user/employee to be able to only pick his name from the combo box? Is it possible? Thank you in advance!
  14. B

    Restricting Edits to records by other users

    so I need to create a form to have the user log in first?
  15. B

    Restricting Edits to records by other users

    Hello I have a timesheet data base and I wanted to find a way to restrict employees from editing other employees timesheets only their own timesheet... .is it possible with access 2010?
  16. B

    Create New Records based on Query

    Hi All, Happy Holidays!! How do I create new records based on the results of a query? I opened the query results in a form then I want to have a button that basically creates new records based off the query data ... is this possible? :banghead: Thanks in Advance!!
  17. B

    Disabling Command Button if record/records not saved

    Still trying to figure out how to work this one.. any help??
  18. B

    timekeeping use last weeks timesheet

    Hello All, I'm trying to figure out what is the best way for me to go about this issue I have for my timekeeping database. Basically each employee enters their timesheet based on weekending date... I want them to be able to (if needed) to use the previous week's time charges and either...
  19. B

    Disabling Command Button if record/records not saved

    Thanks for replying CJ London, put on my save button there is no after update event .. is there another property I can put it on? also will this disable my print button ? since there isn't any code going to my print button?
  20. B

    Disabling Command Button if record/records not saved

    Hello all !! Is there a way to disable my print report button if the user has not hit the save button ???? and maybe display a msg box? attached a snippit of my form. Thanks in advance!
Back
Top Bottom