I want to populate the ID field with a value the user has entered, without automatically creating a new record in the table.
If I set the control before I open the form (e.g. Forms!frmData.StoneID = Me!StoneID) the form automatically runs Update, and creates a record.
I've tried setting the...
I need to create a new database in order to export a table.
Exporting the table is no problem, but I can't seem to create a new database.
I get 'Invalid Argument' with:
Set dbsNew = DBEngine.Workspaces(0).CreateDatabase("NewDB.mdb", dbLangGeneral)
It must be obvious, but I can't see...
I made a new form and copied all the controls and procedures to it. Form_Load() fired first then Form_Current().
Form_Current had only the following:
MsgBox("Form_Current")
I then added the following code:
MsgBox("Form_Current")
intI = 0
Do While intI <= intAttributeCount...
The very first thing my form is doing is going to Form_Current(), then Form_Load(), and then again to Form_Current() before displaying the record.
How/why is it executing Form_Current() before Form_Load() ?
My other forms haven't done this, so I'm at a loss.
Thanks,
Charlie
Is it possible to somehow assign 'ShortCut' keys to various buttons on a form?
The MSAccess 'Help' file (and VB HELP file) weren't very helpful.........
Thanks,
Charlie
I apparently have an infinite loop in one of my control procedures, so I can't get back into the DB to fix it. The DB is set to startup with opening the form, which then executes the loop. How do I get myself out of this? I need to get into the procedure code to fix the loop, but I don't know...
When a user makes a choice from ListBox1, I populate ListBox2 (unbounded) based on the value of ListBox1, and set the focus to the first line "-----", forcing the User to make a choice.
On ListBox2 I use the LostFocus() event to check whether the user made a choice other than...
I'm sure this is simple, but I've never worked with two tables before. I'm trying to find all occurences where an email is in one table, and not the other.
Any suggestions or direction to some online help would be appreciated.
Charlie
Probably not in the sense you're thinking. You can Save As Web Page, but Publisher just makes an image of the page, it doesn't convert all the text etc, to html.
Publisher doesn't import Adobe Illustrator files directly (*.ai), so I have to export them from AI to another format before I can insert them into Publisher. These are all 'line drawings'. Does anyone know which format is best, that will preserve the detail and not give me a fuzzy image or...
sorry - i just repeated what you said......... duh.
The next question is, if the photo is used 'full-size', or 1:1, does the pixel resolution get better if the photo is made smaller - ie, if the 1400x1400 image is 1:1 at 2.3", will it be 2800x2800 at 1.5" (or something smaller like...
So the answer is, I need to know the screen resolution the printer will use, and compare that to the maximum size of the photos as they will be published... ?
I want to include photos from a digital camera in a brochure. They need to be high-quality, to be printed via offset press, on gloss paper. I have yet to buy the camera for this effort; what 'resolution' (for lack of a better word) should the camera be/photos be shot at? TIFF format, I assume...
I want to include photos from a digital camera in a brochure. They need to be high-quality, to be printed via offset press, on gloss paper. I have yet to buy the camera for this effort; what 'resolution' (for lack of a better word) should the camera be/photos be shot at? TIFF format, I assume...
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.