...is a certification needed by date X). I want to set the task durations, give the end date, and build backwards (for forward planning).
Then I want to copy the tasks to the next effort (all in the same .mpp), change the end date and *magic* it all fills in for me.
Can this be done?
Thanks...
I have an Access front-end to MySQL database online.
Currently, the myODBC and Access distribution and configuration is manual.
I was thinking of using the Access 2007 installer (but require Access 2007).
I was wondering if the myODBC installation and configuration can be included too...
Love the new Wordpress 3.0 theme, but I like the titles I put on my own pages, not the ones the theme is putting there.
Attached shows the page where both the name of the page (on top) and the title I placed (bottom) is shown.
How do I remove the top one?
Thanks. Sean.
I can't get the lines between my rows to disappear. How is this done?
Thanks. Sean.
HTML Snippet:
<table class="aligncenter" style="width: 600px; background-color: #ffffff; border: 0px none #ffffff;" border="0" cellspacing="0" cellpadding="0" frame="void" align="center">
<tbody>
<tr>...
What would be the reason for connections to work with /NOLOG, but not without?
Works:
>sqlplus /NOLOG
>connect sys/orcl as sysdba
Does not work:
>sqlplus sys/orcl as sysdba
What is the difference?
Thanks. Sean.
www.afosisa.org
The dropdowns never really become visible...
www.afosisa.org/?page_id=118
The dropdowns can be seen in front of the sub menu, but not the posts/pages.
Missing are the AFOSI > Hall of Fame > Class of 2001 and on are not visible.
Thanks. Sean.
I am building a WordPress site and put in a PixoPoint multi-level menu.
My problem is the sub menus do not show over top of the Posts/Pages area.
What is the right setting for this?
Would I bring the menu to the front? Or change something in the style.css of the pages/posts?
Thanks. Sean.
Thanks, works great.
Now, lets I want to hide the startfrom scratch, but want to provide the ability to unhide the default tabs after loaded?
Is that possible?
Thanks. Sean.
I want to be able to have queries defined in a table and executed by users as recordsources for reports.
I want them to be Pass-Through for speed, however I can't make SelQ_Mailing a Pass-Through and then try and pass criteria to it with DoCmd.RunSQL.
So I would like to know how I can build...
When I set the vertical property to Yes for a label or textbox, it puts the beginning of the word at the top, reading down.
I would like the text to start at the bottom, reading up (basically 180 degrees out from where it is now).
Any way to do this?
Thanks. Sean.
I am using the Microsoft Article for making a Crosstab Report: http://support.microsoft.com/kb/328320
However, the report is only printing a single line from the crosstab. If I leave the code as:
If Not rstReport.EOF Then
then only first line displays because it exits the sub without...
Thanks guys.
PHV, I didn't even think to heck for an index, and there wasn't one there!
Of course, that still didn't help any, but at least a found what would have been a performance issue later on.
AceMan,
I was asking which was better from a standpoint of Access and using the most recent...
Still too slow. I'll just give up and filter.
So now, which one is better?
DoCmd.RunCommand acCmdFind
OR
Me.Filter = "MemberNr = '" & Me.txtMemberNr_Search & "'"
Me.FilterOn = True
Thanks. Sean.
Thanks, that does work.
However, it is painfully slow. It is an ODBC connection to an online MySQL database. Filtering actually happens pretty quick.
Would it be better to filter for the record?
Or is there a faster way to do the find?
Thanks. Sean.
Must be something different, because I am getting a data type mismatch error on my findfirst.
With Me.RecordsetClone
.FindFirst "[MemberNr] = " & Str(Nz(Me![txtMemberNr_Search], 0))
If Not .NoMatch Then Me.Bookmark = .Bookmark
End With
Oddly, it works with the...
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.