-
WStfarrington
AskWoody LoungerJohn,
I tried your suggestion and didn’t get the results expected. However, I started experimenting a little bit and found that if I make the requested start time >= the current start time and the requested end time <= the current booked finish time I did get the desired results. The query now returns rooms already booked during that time frame.
Thank you for helping me over this stumbling block.
It really got the creative juices flowing.Tom
-
WStfarrington
AskWoody LoungerWhat I’m attempting to recreate is an order form. The main form is the order details and the subform is the order items. Currently in Access I have a combobox on the subform that allows the user to select a product code. In the Before_Update event I move the information in the other columns to other fields on the item record such as description and cost. It works wonderfully in Access, but I’m trying to create an executable in VB. This is for my own benefit/education on learning VB.
I’ll look more closely at the datarepeater and see if that is going to do the job. Any other advice is always welcome.
Thank you,
Tom -
WStfarrington
AskWoody LoungerHere is the line of code.
DoCmd.SendObject acSendReport, “rptBugs”, “SnapShotFormat(*.snp)”, “tfarrington@mindspring.com”, “cc”, “bcc”, “Bug Reported on: ” & Now(), “Double Click on Snapshot.”, False, “” -
WStfarrington
AskWoody LoungerThat worked beautifully. Thank you
Tom -
WStfarrington
AskWoody LoungerThank you.
By the way, what does the CTRL + SHIFT + ENTER do? I noticed it put { at the beginning and } at the end.
Tom
-
WStfarrington
AskWoody LoungerThat worked.
A very big thank you. -
WStfarrington
AskWoody LoungerI tried copying in the formula you suggested only changing the A1:A16 to b16:af16 to reflect the range of values. I received #VALUE error. When trying to find out what was wrong I tried to do a countif using part of the formula and this is where I encountered the error:
=countif(left(b16:af16,1),”H”) this should count both H or H3 but instead I get a #Value
When I tried this it worked:
=countif(b16:af16,”H”) this counted only the cells wih H. Is the problem using a range with the left function?Thanks in advance
-
WStfarrington
AskWoody LoungerOctober 16, 2001 at 2:29 am in reply to: Limiting records entered in a subform (Access 97 release 1) #546928I gave it a try but I’m receiving an error on the Set rst = Me.RecordsetClone line. The Error I receive is Run-time error ’13:’ Type mismatch I think I understand the concept just bewildered on the error for the RecordsetClone method.
-
WStfarrington
AskWoody LoungerOctober 15, 2001 at 2:00 am in reply to: Limiting records entered in a subform (Access 97 release 1) #546728Thank you.
I will give it a try Monday when I get in.
-
WStfarrington
AskWoody LoungerYou could set the visible property of the autonumber field to no. This will make the field invisible on the form. In the before_update event of the next field set the visible property to true. Assuming your autonumber field is called recid and the second field on the form is called test.
Private Sub Test_BeforeUpdate(Cancel As Integer)
recID.Visible = TrueEnd Sub
Hope this helps
-
WStfarrington
AskWoody LoungerCharlotte,
Tried that. What I found was SR-1a was still applied to Office Premium Disc 2. So I uninstalled it and reinstalled Disc 2. Now they work, go figure.
Thanks
-
WStfarrington
AskWoody LoungerJohn,
The only thing I can think of is your form is set to Sizable and Max Enabled is set. Try setting Border style to Dialog.
-
WStfarrington
AskWoody LoungerOctober 8, 2001 at 1:12 pm in reply to: Limiting records entered in a subform (Access 97 release 1) #545694Charlotte,
When a property is leased a total price is calculated. This is based on time and square footage and price/sqft. With a leasted property there can be one record to many records that derive the price. Once the price is calculated, this is were the commission gets broke out. Unfortunately there is no set percentage per profit center. Let me see if I can lay this out below:
Property Table
PropertyID, Property Name, ExtendedTotalPrice, ExtendedCommission <- these last two fields are derived from the records below. (main record) [One Side]Leased Table
PurchaseID, PropertyID, MonthsLeased, SqFt, SqFtPrice, TotalPrice [Many Side]Commission Table
CommissionID, PropertyID, ProfitCenter, Commission, PercentageofCommission [Many Side]Once the total commission is calculated it then needs separated. Can I knowing the total commission allow the user to enter the breakdowns in a subform. If the total from those records exceeds the total commission highlight the last record entered as an error or display a msgbox stating they exceeded the total commission allowed and setfocus back to that record?
I know this is confusing, if they had set business rules i.e. 75% goes to sales person, 10% marketing, 10% department, 5% assistant. Life would be easy.
-
WStfarrington
AskWoody LoungerJohn,
I can help on the form window not the Access window. With the form in design view go into the properties of the form. You can do this by double clicking on the gray square to the left horizontal ruler on the top of your form. (It may have a black square in it when you first go into form design.)
I have attached a Word file with a picture of a form before property changes and after property changes with a list of the properties to change.
If there is anything else just post again.
-
WStfarrington
AskWoody LoungerJohn,
I think I replied too fast. Are you wanting to remove the close button on the Access Window or a Form Window?
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Nvidia just fixed an AMD Linux bug
by
Alex5723
2 hours, 16 minutes ago -
50 years and counting
by
Susan Bradley
17 minutes ago -
Fix Bluetooth Device Failed to Delete in Windows Settings
by
Drcard:))
37 minutes ago -
Licensing and pricing updates for on-premises server products coming July 2025
by
Alex5723
13 hours, 19 minutes ago -
Edge : Deprecating window.external.getHostEnvironmentValue()
by
Alex5723
13 hours, 25 minutes ago -
Rethinking Extension Data Consent: Clarity, Consistency, and Control
by
Alex5723
13 hours, 28 minutes ago -
OneNote and MS Word 365
by
CWBillow
15 hours, 18 minutes ago -
Ultimate Mac Buyers Guide 2025: Which Mac is Right For You?
by
Alex5723
15 hours, 28 minutes ago -
Intel Unison support ends on Windows 11 in June
by
Alex5723
15 hours, 41 minutes ago -
April 2025 — still issues with AMD + 24H2
by
Kevin Jones
15 hours, 52 minutes ago -
Windows 11 Insider Preview build 26200.5518 released to DEV
by
joep517
1 day, 3 hours ago -
Windows 11 Insider Preview build 26120.3671 (24H2) released to BETA
by
joep517
1 day, 3 hours ago -
Forcing(or trying to) save Local Documents to OneDrive
by
PateWilliam
1 day, 12 hours ago -
Hotpatch for Windows client now available (Enterprise)
by
Alex5723
1 day ago -
MS-DEFCON 2: Seven months and counting
by
Susan Bradley
1 hour, 11 minutes ago -
My 3 monitors go black & then the Taskbar is moved to center monitor
by
saturn2233
1 day, 21 hours ago -
Apple backports fixes
by
Susan Bradley
1 day, 3 hours ago -
Win 11 24H2 will not install
by
Michael1950
1 hour, 25 minutes ago -
Advice to convert MBR to GPT and install Windows 11 Pro on unsupported PC
by
Andy M
2 hours, 43 minutes ago -
Photos from iPhone to Win 10 duplicating/reformatting to .mov
by
J9438
9 hours, 54 minutes ago -
Thunderbird in trouble. Here comes Thundermail
by
Alex5723
1 day, 23 hours ago -
Get back ” Open With” in context menus
by
CWBillow
2 days, 12 hours ago -
Many AMD Ryzen 9800X3D on ASRock have died
by
Alex5723
1 day, 4 hours ago -
simple general stupid question
by
WSaltamirano
2 days, 9 hours ago -
April 2025 Office non-Security updates
by
PKCano
3 days, 2 hours ago -
Microsoft wants to hear from you
by
Will Fastie
18 hours, 4 minutes ago -
Windows 11 Insider Preview Build 22635.5160 (23H2) released to BETA
by
joep517
3 days, 6 hours ago -
Europe Seeks Alternatives to U.S. Cloud Providers
by
Alex5723
3 days, 11 hours ago -
Test post
by
Susan Bradley
3 days, 14 hours ago -
Used Systems to delete Temp files Gone WRONG what does this mean?
by
Deo
3 days, 15 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.