K
knawtn via AccessMonster.com
I have a table with two fields: [AssignedTo] and [Number]. The [Number] field
is full, [AssignedTo] is primarily empty. (I query where [AssignedTo] IsNull
to find available [Number].)
I have an unbound form with a combobox that will fill the [AssignedTo] field
with a name, and a query-based subform (datasheet view) that selects the next
top 10 available [number]. When I select "Joe Shmoe" from the unbound form,
the subform results shows 10 records: [AssignedTo]=Joe Shmoe for all 10
records, [number]= 2334, 2335, 2336...2343. Perfect! Exactly the desired
results. However...
How do I now query the subform? (previous threads say it's impossible...and I
believe it.)
I need these 10 [AssignedTo] records to be appended to the original table to
remove the 10 numbers from the next assignment (I query where [AssignedTo]
IsNull to find available [Number].) I hope that made sense. My brain hurts.
Thanks in advance.
is full, [AssignedTo] is primarily empty. (I query where [AssignedTo] IsNull
to find available [Number].)
I have an unbound form with a combobox that will fill the [AssignedTo] field
with a name, and a query-based subform (datasheet view) that selects the next
top 10 available [number]. When I select "Joe Shmoe" from the unbound form,
the subform results shows 10 records: [AssignedTo]=Joe Shmoe for all 10
records, [number]= 2334, 2335, 2336...2343. Perfect! Exactly the desired
results. However...
How do I now query the subform? (previous threads say it's impossible...and I
believe it.)
I need these 10 [AssignedTo] records to be appended to the original table to
remove the 10 numbers from the next assignment (I query where [AssignedTo]
IsNull to find available [Number].) I hope that made sense. My brain hurts.
Thanks in advance.