Hey everyone! Got a quick question about VBA Conditional Formatting. With help from other posts, specifically from xlbo, I put the following into the worksheet....
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Dim oCell As Range
If Not Intersect(Target, Range("C8:T145")) Is...
Hi all,
Had a question about grabbing the workstation logon ID and 1, putting it with a time stamp in a table and then 2, using it to track what changes have been made to the data.
Currently my database opens to a form where people can enter/edit data. This form also pulls the workstation id...
Hi All,
I'm kind of in a bind here and hoping that you guys can help. I have a form that lists 2 pieces of info from one table and I want to be able to have either a button or something out to the right of each line to find a record on another form. Let me explain another way.....So...
Hi All,
Just had a quick question about how to do this. I read MichaelRed's FAQ181-261 (by the way thanks for the great FAQ!) on how to do this and I can get it to work perfectly. However, I want to add one last twist in it and I just can't seem to get it to work for me. The text field that...
Ok, I've got this partially working but can't get it the rest of the way for some reason. I have a login form that has a drop down menu with everyones user id in it, then a password field to input their password. I already have the validation code set and that works fine. Where my problem lies...
Hi everyone,
I'm in a bit of a bind and have read through many many threads looking for an answer. I see people talk about it but can not get it done for some reason. I have a database that users log into. This info is from a table where I have the username, password and access level. This...
Look for some help to see if this can even be done becuase I have exhausted all possiblities that I know of. I have a database with a linked excel doc in it. I have a form with a subform that accesses that linked excel doc. Everything works exactly how it is supposed to but.....I have multiple...
I have combo box that is based off a table of names. I need the user to be able to select the name and just those records pull up. I have a query with the info in it linked to that combo box, but when I select a name nothing comes up. The problem that I am running into is that the name field...
I have multi-select list box that has two columns in it....last name and first name. I need to create a button that will allow the user, when they select a name or names, to click the button and it show the statistics on that/those names that the user selected. I want the outcome to be produced...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.