Howdy,
This database has been upgraded by 3 unrelated people over the last 5 years. I'm #4. I'm looking for ideas or clues to figure out what is junk, what is useful.
The following are in Design View but hidden somehow from Form View. They are of different sorts. Ideas, anyone?
1. txtHidden
- looks like a blank button without pic or text
- no Events associated with it
- Data Enabled = Yes
- Visible = Yes but it was shrunk down so small that invisible in Form View
- first in Tab Order so I'm wondering is that a focus trick?
2. Cluster Name
- this is the terminology used around here to mean business units
- looks like a combo box but
- Visible = No and formatted bright yellow to stand out in Design View
- no Control Source
- Row Source= SELECT [Input Cluster].[Cluster Identifier], [Input Cluster].Reference & " - " & [Input Cluster].Name AS name FROM [Input Cluster];
- no events associated
- there is also a regular user-used field named Cluster Name on this form.
Its Control Source = Cluster Name
Row Source = SELECT [Input Cluster].Reference & " - " & [Input Cluster].Name AS name, [Input Cluster].Reference FROM [Input Cluster] ORDER BY [Input Cluster].Reference;
3. ITS_id_string_calc
- Visible = No and formatted bright yellow to stand out in Design View
- Control Source = =[Project Code] & "-" & [Document Type] & "P" & [SOW-PRO-PCR number]
- no events associated
There are several like #2 and #3 on several forms so this is obviously a convention(s) to do a calculation on the form. Difference is one has a Row Source and one has a Control Source. Can I tell by looking at these what their purposes are?
4. tbProperSave and tbHidden
- they look like textboxes
- is tb for textbox? I don't use that convention
- says "Unbound" inside
- Visible = Yes but formatted so that they are invisible in Form View, same colour as form etc.
- no data or events associated
5. isdirty
- I'm familiar with the term but have never seen this. I know a changed but unsaved form is said to be "dirty".
- Visible = No but formatted bright red to stand out in Design View
- no data source and no events associated
Any comments on how to read these wins you the Internet this week.![]()
Kay
from Toronto
learning slowly but surely