Register
Help
Remember Me?
Forum
What's New?
Activity Stream
New Events
Mark Forums Read
Quick Links
Today's Posts
How to Post a Question
How to Mark Thread Solved
How to Attach Files
Advanced Search
Home
Activity Stream
Activity Stream
Filter
Sort By
Time
Show
Recent
Recent
Popular
Popular
Anytime
Anytime
Last 7 Days
Last 7 Days
Last 30 Days
Last 30 Days
All
All
Photos
Photos
Forum
Forums
Filter by:
Forums
Clear All
New Activity (
)
Please reload this page to view the 200+ new activity items that have been created.
Older Activity
Today,
09:49 AM
CJ_London
replied to a thread
Text field missing carriage returns
in
Access
pass your string to this function and see results in the immediate window Function AscChar(s As String, Optional startpos As Long = 1, Optional...
see more
3 replies | 14 view(s)
Today,
09:46 AM
Micron
replied to a thread
Text field missing carriage returns
in
Access
To find out what those characters are, you might need to paste the original content into Word. I think it's Show/Hide in the paragraph group on the...
see more
3 replies | 14 view(s)
Today,
09:25 AM
Welshgasman
replied to a thread
Text field missing carriage returns
in
Access
I would look to see what characters are meant to be the linefeed/carriage return. Then replace those with vbCrLf
see more
3 replies | 14 view(s)
Today,
08:42 AM
jlindquist23
started a thread
Text field missing carriage returns
in
Access
I'm pulling data from an ODBC table in Sage 100. When the data is viewed in a report in Access, all the carriage returns are ignored and all the...
see more
3 replies | 14 view(s)
Today,
07:59 AM
mike60smart
replied to a thread
Do not display column when total is zeo
in
Access
In my example database you would need to run the "qryAllFields_Crosstab" to show the desired output. To get the Totals for each Column you would...
see more
5 replies | 49 view(s)
Today,
06:39 AM
mike60smart
replied to a thread
Do not display column when total is zeo
in
Access
Hi Vinay Attached is an example of how you should construct your tables.
see more
5 replies | 49 view(s)
Today,
05:51 AM
jojowhite
replied to a thread
Do not display column when total is zeo
in
Access
what you will be needing is a VBA to build your query. then you need a form to display the resulting query (see SampleForm on the demo). see the...
see more
5 replies | 49 view(s)
Today,
05:32 AM
Welshgasman
replied to a thread
Do not display column when total is zeo
in
Access
I would create a count for each branch for each record. If a branch count of zero for a branch equals the record count, then omit that branch. So...
see more
5 replies | 49 view(s)
Today,
05:10 AM
CJ_London
replied to a thread
Do not display column when total is zeo
in
Access
If your data was properly normalised, it would not be a problem- you would simply use a crosstab query to display the data. As it is you would need...
see more
5 replies | 49 view(s)
Today,
04:43 AM
vinaynaran
started a thread
Do not display column when total is zeo
in
Access
Hi all, Part Branch1 Branch2 Branch3 Branch4 Branch5
see more
5 replies | 49 view(s)
Today,
02:40 AM
Welshgasman
replied to a thread
Cannot enter forum
in
General Chat
Never, ever caught a glimpse of it here. :-) Unlike another site, where it pops up now and again.
see more
2 replies | 34 view(s)
Today,
01:58 AM
Matrix
replied to a thread
Cannot enter forum
in
General Chat
No more Cloudflare, ever.
see more
2 replies | 34 view(s)
Today,
01:30 AM
XeviBatlle
replied to a thread
Open form with text box blank
in
Access
Perhaps an easy solution is to set the text box unbound until the combobox is filled. I mean to set the textBox controlsource to Null in dessign mode...
see more
5 replies | 91 view(s)
Yesterday,
08:38 PM
jojowhite
replied to a thread
Open form with text box blank
in
Access
On the Load Event of the Form, use DoCmd to GoTo New Record. When a selection is made on the combobox, you Search it on the form: Private Sub...
see more
5 replies | 91 view(s)
Yesterday,
08:25 PM
jojowhite
started a thread
Cannot enter forum
in
General Chat
Just today, I cannot enter your forum without using VPN. It seems, you are Blocking my IP address (again). // Ignore this post. I can now enter...
see more
2 replies | 34 view(s)
Yesterday,
04:42 PM
davegri
replied to a thread
Sudden "Operation must use an updateable query" error in 5 year old query
in
Queries
The query is updating via a query. Maybe Qry_TBL_PRODUCTION_SCHEDULE is the problem query. Has that query changed recently, making it un-updateable?
see more
3 replies | 48 view(s)
Yesterday,
12:09 PM
madpiet
replied to a thread
Open form with text box blank
in
Access
Neither here nor there answer, but if you can find all the misspellings and add them to a table, you can add a column to it and add another column...
see more
5 replies | 91 view(s)
Yesterday,
12:06 PM
davegri
replied to a thread
Open form with text box blank
in
Access
You will need to make the textbox unbound. The after update event of the combox can populate the textbox. The after update event of the textbox...
see more
5 replies | 91 view(s)
Yesterday,
11:28 AM
mike60smart
replied to a thread
Open form with text box blank
in
Access
Hi Carmine Can you upload a copy of the Database with no confidential data?
see more
5 replies | 91 view(s)
Yesterday,
11:11 AM
Carmine
started a thread
Open form with text box blank
in
Access
THE SITUATION: I have a form that contains a combo box and a text box. The purpose of the form is to correct data misspellings or inaccuracies in a...
see more
5 replies | 91 view(s)
Yesterday,
11:01 AM
Welshgasman
replied to a thread
Sudden "Operation must use an updateable query" error in 5 year old query
in
Queries
Check for any office update. Roll back until you can find the issue.
see more
3 replies | 48 view(s)
Yesterday,
09:30 AM
isladogs
replied to a thread
Opted Out of Cloudflare
in
Forum Suggestions
Woohoo! I got a notification! I did find a few in the spam folder for my previous email.
see more
6 replies | 83 view(s)
Yesterday,
09:26 AM
Matrix
replied to a thread
Opted Out of Cloudflare
in
Forum Suggestions
No, it's mostly causing login problems. I just checked your email, the server log shows emails were sent to you successfully, please check your...
see more
6 replies | 83 view(s)
Yesterday,
08:40 AM
ranman256
replied to a thread
Sudden "Operation must use an updateable query" error in 5 year old query
in
Queries
you cannot use a query with SUM TOTALS on, AND do an update. are any of those sub queries listed using SUM? (sum,count,max, etc)
see more
3 replies | 48 view(s)
Yesterday,
08:35 AM
jlgray0127
started a thread
Sudden "Operation must use an updateable query" error in 5 year old query
in
Queries
Very unsure of what is happening here? I have an update query which updates two fields to a calculated value if one value is null UPDATE...
see more
3 replies | 48 view(s)
Yesterday,
07:58 AM
Welshgasman
replied to a thread
Opted Out of Cloudflare
in
Forum Suggestions
Let us try and see what might be different, and fix it?
see more
6 replies | 83 view(s)
Yesterday,
07:52 AM
isladogs
replied to a thread
Opted Out of Cloudflare
in
Forum Suggestions
@Martrix Out of interest, was this anything to do with e-mail notifications not being received I did eventually change my forum email at your...
see more
6 replies | 83 view(s)
Yesterday,
07:44 AM
isladogs
replied to a thread
Access Europe User Group - Wed 1 Oct: High impact – Custom dialogs and mini-notifications (Marcus Di
in
Access
Marcus Dieterle gave a very impressive presentation to the Access Europe User Group on Wed 1 Oct where he demonstrated how his custom dialogs and...
see more
1 replies | 46 view(s)
Yesterday,
07:43 AM
isladogs
started a thread
Access Europe User Group - Wed 1 Oct: High impact – Custom dialogs and mini-notifications (Marcus Di
in
Access
Oops - it appears I forgot to post this prior to the event! This is what you missed! The video is now on YouTube - see post #2 ...
see more
1 replies | 46 view(s)
Yesterday,
02:51 AM
Matrix
replied to a thread
Opted Out of Cloudflare
in
Forum Suggestions
Some private messages. I know Cloudflare was causing problems, but it made my job much easier. Now we're going to see huge amount of spam visits.
see more
6 replies | 83 view(s)
More Activity
No More Results
No Recent Activity