I have a customer address book form, with over 500 customers in it right now. There's a combo box with a list of all the customer names, and the user can select the customer they want to view the contact info. I'm trying to make it easier for people to find the customer they want.
I have 2...
Hi everyone. Hopefully someone can help me out here, I'm stumped.
I have a main form that contains basic client information. There are then three subforms that contain specific contact information (i.e one subform is for a business contact, another is for a technical contact, etc. etc.)
I want...
That doesn't work, apparently this is a known bug in Excel. I was able to modify my code to get it to work though:
myFullName = Application.GetSaveAsFilename("C:\My Text Files\", Title:="Chose desired location", FileFilter:="Text (Tab delimited) (*.txt),*.txt")
ChDir "C:\"
If...
I'm trying to write a macro that will open a Save As dialog box in a specific directory with a specific file type. This is what I have so far:
Sub SaveAsTab()
Cells.Select
Selection.Copy
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False...
Sorry for the super-late reply. Thanks for your idea, that approach had never dawned on me. I didn't implement exactly as you outlined though.
On the main form, below the box where the user inputs the transaction total, I added another box which subtracts the sum of transactions from the...
Here's what's going on. I have one table which contains information regarding bank deposits (customer, check number, date, etc. etc.), nothing out of the ordinary. My parent form links to this table. I have a second table which contains detailed information regarding these deposits, such as what...
that worked great, i'm learning that the simplest solution is often the best solution...occam's razor at work again. i was getting really confused with putting in conditions for the checkbox, but your button idea is perfect. thanks!
Hello all, this is my first post and I am in need of some assistance. I am relatively new to javascript and am struggling to figure out how to populate fields dynamically.
I currently have a basic form in HTML which is used to gather contact information from customers. There are six fields on...
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.