recently my ms access wont open. not a single db. but access itself. Ive tried opening and making a new db and ive tried transferring existing dbs to another machine where they all work fine. i've removed ms office from the computer and reinstalled several times with the same results...
Hi i want to add a button to my form that will print a report of the the current record. 1 record = 1 day in db.
how do I set this up so that when the button is pressed the current record will be previewed and then printed with a header.
right now the print button wants to print all records...
Hi, When I go into my tables of saved data from a form, I've noticed some of the columns w/ stored values have in them the data I typed on the form, and some (which correspond w/ the forms combo boxes) are storing row numbers from my table, not the selection itself.
My problem is, when...
hi, hope someone can set me straight. I want my date field to read...tuesday 11/30/2004... and I'm using the code...=format(Date(), "dddd, mm/dd/yyyy")...
I've tried this code in the format control ande default value control of my date field, without luck.
can someone please explain to me...
My form uses a few combo boxes. my table has 1 row w/ 200+ items in it. how do I fix my combo boxes so that when they open, the rows with only a few items in them aren't a mile long? when I try to sort assending, there's a ton of blank space before the A's.
thanks in advance
Brian
I want a button on my form to, when pressed, add "1" to a number in an adjacent text box. but the button can only work once a day. any ideas? thanks in advance.
Brian
how would i filter a form by date? Right now I use dlookup w/ a combobox to search date field, but this only grabs the first of what may be many records with this date? I have very limited experience with programming and would appreciate any help
Brian
I've made a few tables using the wizard, and made a form the same way. the form contains a couple of text boxes and a few combo boxes. the form the wizard made is visible only in design mode. it just opens a blank form in form view. properties are set to visible always and I think the rest...
My form gets most of its data from selections made using drop down boxes. upon selecting these items and going to the corrisponding table, I notice the data being saved is not the data I chose on the form. It's actually the row # of my PK. how and where would I make the change to take the...
I have a small form which uses 3 linked tables for storage. my form fields are all bound to my table fields.after filling fields with data and trying to close, or move to a new record, I get a warning saying info can't be saved in the corresponding tables.
is there a setting I'm missing...
I,m trtying to make cell "L1" of sheet1, copy to cell "N1" on sheet 2, using this info
Sub test()
Set srcSht = Sheets("Sheet1")
Set tgtSht = Sheets("Sheet2")
'will copy A1 to A1
tgtSht.[n1] = srcSht.[l1]
End Sub
but it,s not...
I have an excel worksheet w/ a couple forms on it. is there a way to convert this to work with an access form without losing any functionality?
Thank You,
Brian
Hi all...I working on a daily reports form which I use everyday at work. I'm using "DoCmd.GoToRecord , , acNewRec" in the on open event which gives me a blank new form. however I have to open this report several times a day. my problem is this.
I'd like my form to open with a new...
would somebody please take a look at my apache config file. apache works fine until I try to install php per instructions in a book on php,apache and mysql. software came w/ book.
I added the last line in the loadmodule section, and the last 2 after "addtype allows you to override the...
"If you can see this, it means that the installation of the Apache web server software on this system was successful. You may now add content to this directory and replace this page."
I made it to this page, now what do I do to list my page?
thanks for any help in advance
Brian
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.