Description:
MS Windows' relational database system, Access.
|
|
|
Parsing newsreader NZB files into a table
|
| |
If you export an NZB file from a newsreader, it saves all of the information about the various parts, but each file has a header which contains the subject line.
It appears to be the same format all the way through.
It would be useful to, for example load all headers, dump as an nzb then read it back into access so you could... more »
|
|
Vertical Text
|
| |
Access 2010
It seems that very few fonts will print vertically.
I have a report showing a seating plan (formal dinners) often with a
horizontally placed top table and 2 vertically placed side tables. The user
can select the font for the individual place names. If the table is shown
horizontally, the place names are printed vertically and, conversely, if the... more »
|
|
Text Manipulation Help wanted Instr and Replace
|
| |
Hi
Access 2007
I have the following (or similar) text in Memo Field
that is called txtDescription2
<p>
<div align="justify">
<UL TYPE="DISC">
<li> Maximum 250 bar (3625 psi) pressure
<li> Maximum water flow 18.2 litres per minute
<li> 13Hp Petrol engine
<li> Professional lance with protective shroud... more »
|
|
MSAccess link to Google Maps and Search
|
| |
As has been said is several spots, there is not an easy way (and maybe
not even a hard way) to place a google maps image on your form.
However, here is a very easy way to create a hyperlink to google maps.
This assumes a 2 line address in the form, but can handle a 3line
address with a name as well. Not sure how it would work with two... more »
|
|
Possible to run command prompt code within Access 2010?
|
| |
Hi,
We use a third party Active X control for our calendars. Right now we
have the user bring up the command prompt and register it manually.
Can we do this in VBA instead so we can put it on a form or ribbon?
The user first browses to the folder that contains the control
("ourapp\bin") then types in "regsvr32.exe controlname.ocx".... more »
|
|
MAM Auto software
|
| |
Hi,
Has anyone tried to link an Access frontend to MAM auto software
before?
What kind of connection is it?
Is there a place to find out the table structures?
Thanks in advance,
Franc.
|
|
Forcing Instantiation of Excel 2003 instead of 2007?
|
| |
User has both Office 2003 and 2007 installed on his PC - as do I
on my developer box.
In my VBA code, I'm doing:
Set theSS = CreateObject("Excel.Applicatio n")
User is getting an instance of 2007, while I am getting an
instance of 2003.
Is there any way for my code to force an instance of 2003 instead... more »
|
|
"Method of data member not found" (Access 2010)
|
| |
Here is a block of code I wrote in Access2003 and converted to
Access2010 and it works great:
DoCmd.OpenForm "frmGuestStorePurchases_pw"
Forms![frmGuestStorePurchases_ pw]![cboReservation_pw] =
Forms![frmReservationEntry]![R eservationID]
Form_frmGuestStorePurchases_pw .cboReservation_pw_AfterUpdate... more »
|
|
|